Am 11.09.2011 16:52, schrieb spirit:
Any solution, answer, comment? You will repair this on next version?


With GM 0.9.11 installed for the LATEST Firefox (6.0.2) it works. Maybe FF 3.X isn't supported anymore? Try something like "document.title = document.documentURI" to see whether the alert is the failing compenent or the document.documentURI code. Does the Error console show any errors when you try to load?

Please double check the URL matches, GM is active, the script is enabled etc, there is no typo (.URI or accidential URL/URl) etc. If it is not for compatibility reasons, I can't imagine why it should fail. You can also try this code (copy and paste into docURI.user.js and install, then try on google.de; this is working for me):


// ==UserScript==
// @name           docURI
// @namespace      Tests
// @include        http://www.google.de/*
// ==/UserScript==

alert("foo");
document.title = document.documentURI;
alert(document.documentURI);

--
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.

Reply via email to