When attempting to use either GM_setValue or GM_getValue in a script
that I am writing for a page, I get this as the "value"

function () {
    var args = staticArgs.concat();
    for (var i = 0; i < arguments.length; i++) {
        args.push(arguments[i]);
    }
    return obj[meth].apply(obj, args);
}

anyone know why? in getValue it gives me the above code instead of the
value that has been set.
--~--~---------~--~----~------------~-------~--~----~
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