¡@

Home 

javascript Programming Glossary: greasemonkey's

How to call Greasemonkey's GM_ functions from code that must run in the target page scope?

http://stackoverflow.com/questions/14229539/how-to-call-greasemonkeys-gm-functions-from-code-that-must-run-in-the-target-p

to call Greasemonkey's GM_ functions from code that must run in the target page scope.. But the key part must run in the target page scope where Greasemonkey's GM_ functions are not available. I want to use GM_setValue to.. api greasemonkey share improve this question To use Greasemonkey's GM_ functions from code that must run in the page scope Such..

Greasemonkey, Chrome and unsafeWindow.foo()

http://stackoverflow.com/questions/3400985/greasemonkey-chrome-and-unsafewindow-foo

searching for the arguments and passing those arguments to Greasemonkey's unsafeWindow.function args call. Here is the Greasemonkey script..

UserScripts & Greasemonkey: calling a website's JavaScript functions

http://stackoverflow.com/questions/5006460/userscripts-greasemonkey-calling-a-websites-javascript-functions

of the browser chrome which allowed remote pages to access Greasemonkey's built in functions using some clever JavaScript . This was bad.. . Use of unsafeWindow re opens all of Greasemonkey's original security problems and isn't available in Chrome. It.. The good news there are at least two ways to work with Greasemonkey's new security model in a safe way. Script Injection Now that..

Make my userscript wait for other scripts to load

http://stackoverflow.com/questions/5092726/make-my-userscript-wait-for-other-scripts-to-load

This is not a matter of timing. You're bumping into Greasemonkey's security restrictions which prevent you from executing functions..