[Greasemonkey] function failed in 0.64
Chris Hayes
chayes at antenna.nl
Tue Jan 3 19:07:38 EST 2006
I think this function is not recognized.
I have this problem probably since I upgraded to GM 0.64. Before that I
might have (<--sorry..) had 0.61.
unsafeWindow.GM_GETorDEFAULT = function(name,defaultValue){if
(!GM_GET(name)) GM_SET(name,defaultValue); return GM_getValue(name);}
(when called, i get the error: Error: GM_GETorDEFAULT is not defined )
Should I maybe change the condition?
Cheers,
Chris
More information about the Greasemonkey
mailing list