To demonstrate the issue the code is useless. A normal script containing this 2 lines is enough demonstrating the issue:
1. document.location.href = "http://some-url.com/xx/ scriptABC.user.js"; 2. GM_registerMenuCommand("Update: SkriptABC'", function () { document.location.href = "http://some-url.com/xx/ scriptABC.user.js"; }); 1. line will load the script source code not the GM installing screen 2. line allows you to load the script by opening the GM installing screen. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
