I have a script with nothing but an alert() in it. I can see that the script is associated with the page, since, when I load the page, I see the script name under the greasemonkey menu, rather than "no installed scripts run on this page."
My alert does not fire. Not sure how to debug this. No errors are showing in the javascript console. My script looks like so: // ==UserScript== // @name processTicketPage // @namespace http://www.greenberg.org/namespaces/processTicketPage // @description Process ticket Page // @include https://xxx/cerb6/index.php/profiles/ticket/* // @include http://xxx/cerb6/index.php/profiles/ticket/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js // @version 1 // @grant none // ==/UserScript== alert("test"); Any suggestions. I also took a working greasemonkey script and added an alert to it, and the alert didn;t alert. -- 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 http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
