I really like using jquery & greasemonkey together to make userscripts for sites and so far I've been using the method outlined here to insert jquery into a websites page. http://joanpiedra.com/jquery/greasemonkey/
But I would really like to include the packed version within the greasemonkey userscript itself so that the greasemonkey script runs a little bit faster and also doesn't tax the jquery.com site by every user having to download the script from the site. There is an altered version of jQuery 1.1.1 (packed) that someone has made for greasmonkey available here http://userscripts.org/scripts/source/7373 , but I would like to use the latest versions of jQuery in my scripts. So does anyone know how I would go about altering the latest packed versions of jQuery to get it to work in greasemonkey? I can't seem to get in contact with the author of the 1.1.1 altered version in order to ask what needs to be changed.