Greasemonkey stores script control stuff in its config.xml
file. You can edit this file to affect the changes you want.
- Go to your Firefox Profile folder.
- From there enter the
gm_scripts
folder. - Shut down Firefox (helps guard against accidentally trashing your profile, or the GM install).
- With a suitable editor (Notepad++, TextPad, Emacs, etc.), edit the
config.xml
file. - Find the
<Script...> ... </Script>
section for your userscript. - For just the
<Include> ... </Include>
lines that you want to convert, replaceInclude
withUserInclude
(2 instances per line). - Save the changes and restart Firefox.
- Done!