Please add these two lines, otherwise it pollutes the console with:
Greasemonkey getFirebugConsole() error:
(new TypeError("chromeWin.Firebug is undefined", "file:///usr/lib/
mozilla/extensions/%7Bec8030f7-c20a-464f-9b0e-13a3a9e97384%7D/
%7Be4a8a97b-f2ed-450b-b12d-ee082ba24781%7D/components/
greasemonkey.js", 392))
getFirebugConsole: function(unsafeContentWin, chromeWin) {
try {
chromeWin = chromeWin.top;
//-------START FIX --------
if (!chromeWin.Firebug) {
return null;
}
//-------END FIX---------
var fbVersion = parseFloat(chromeWin.Firebug.version, 10);
Thank you for such a great plugin.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---