[Greasemonkey] Re: Greasemonkey 0.4 beta
Jeremy Dunck
jdunck at gmail.com
Fri Jul 15 21:28:24 EDT 2005
On 7/15/05, Scott Turner <srt19170 at gmail.com> wrote:
> GM 0.4 has a small problem in it that breaks Platypus scripts.
>
> var toInject = ["(function(",
> "GM_xmlhttpRequest, GM_registerMenuCommand, GM_setValue, ",
> "GM_getValue, GM_log) { delete window.GM_apis; ",
> getContents(getScriptChrome(script.filename)),
> >>> "\n}).apply(this, window.GM_apis);"
> ].join("");
Sweet, thanks for troubleshooting this for us.
More information about the Greasemonkey
mailing list