Now with more monkeying
All global styles are now available to Greasemonkey and Opera UserJS users. This is in addition to many of the site styles marked as such.
If you’re a style author and wondering how to get your styles available on Greasemonkey, here are the rules. A style must have no default namespace or HTML as the default namespace. It must also have 0 or 1 -moz-doc rules. A single -moz-doc rule may have multiple values, none of which may be a chrome:, about:, or x-jsd: URL.
May 30th, 2007 at 8:35 am
URL schemes that are supported by Greasemonkey: http, https, ftp, file
and only about:cache is supported from about: protocol
See http://greasemonkey.devjavu.com/projects/greasemonkey/browser/trunk/src/chrome/chromeFiles/content/utils.js#L302