I have a very simple script, it does not work? Why? This is the script:
// ==UserScript== // @name myWorkaround // @namespace http://www.mysite/ // @description Workaround // @include * // ==/UserScript== alert('test'); Strange thing: Every time I want to add a new script (with different name or whatever): Greasemonkey does not open the dialog-box where I can choose a file, but an editor with this script. That leaves me with two questions: 1. How can I get my scripts to run? 2. How can I add another script? Please Help! -- 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.
