This has been superceded by a new version of the GreasemonkeyImports patch. This page is for historical interest only.
GreasemonkeyImports adds the ability to import files into your greasemonkey scripts, this allows splitting your javascript into a more modular file organisation, including third party libraries, and importing extra resaources such as images, html and css. It is available as patch to greasemonkey, and as a php script.
Greasemonkey Imports Service is a php script which mimics the functionality of my Greasemonkey Imports patch. It converts a multi-file greasemonkey script into a single-file script which will work on unpatched/older versions of Greasmonkey.
GreasemonkeyImports adds the ability to import files into your greasemonkey scripts, this allows splitting your javascript into a more modular file organisation, including third party libraries, and importing extra resaources such as images, html and css.