As you know users of new Firefox and Greasemonkey v4 can run older Greasemonkey v3 scripts ONLY if they add a instruction
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js to each of their scripts. I dislike the requirement of adding this instruction to every of my scripts. So is there a way to let GM v4 AddOn AUTOMATICALLY add this instruction to each script? if not: Can this feature be added in the next release? When the corresponding checkbox is ticked the "@required" line adding should be done automatically (internally). Furthermore I prefer not to be dependent from scripts on external servers. So is there a way to copy the gm4-polyfill.js script into a local Firefox as new independent script (say "compatib.js") and refer to it from other scripts by entering a relative local path? // @require compatib.js does not work. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
