--
You received this message because you are subscribed to the Google Groups "greasemonkey-users" group.
To post to this group, send email to greasemon...@googlegroups.com.
To unsubscribe from this group, send email to greasemonkey-us...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
This script works for me. This is what might be wrong:
1) You tested it on one of the two @exclude domains.
2) The "every page" is wrapped in your file (not sure whether this was
copied like that or was wrapped by the mail-programm)
3) Your Greasemonkey or this particular script is currently deactivated.
Check both in the Monkeymenu that appears if you click on the small
arrow of the GM button in the toolbar.
4) You did not create/install the script properly. The header "setup"
(all above the alert) is just applied ONCE, either when you create or
install a userscript. Changes to any of the attributes do not affect the
behaviour or appearance of that initial setup. The way out: Unless you
changed either the @name or @namespace, you can simply "reinstall" the
script with the changed attributes to override the old setup: Open the
userscript tab in your add-on-manager, right-click on the script and
select "Show Containing Folder". The open the .user.js file in that
folder with Firefox again by dragging the file into a Firefox window.
HTH, Chris