¡@

Home 

javascript Programming Glossary: tampermonkey

Chrome userscript error: “Unsafe JavaScript attempt to access frame”

http://stackoverflow.com/questions/10666258/chrome-userscript-error-unsafe-javascript-attempt-to-access-frame

However this by no means stops userscripts in Chrome Tampermonkey or Greasemonkey. You can process iframed content in a userscript.. UserScript @name _Test iFrame processing in Chrome and Tampermonkey @match http domain_A.com @match http domain_B.com UserScript..

Why is window (and unsafeWindow) not the same from a userscript as from a <script> tag?

http://stackoverflow.com/questions/10824697/why-is-window-and-unsafewindow-not-the-same-from-a-userscript-as-from-a-scrip

Firefox if implemented correctly. It might work using the Tampermonkey extension on Chrome but I'm not going to double check that right.. the page's JS. Injection advantages The only way for non Tampermonkey userscripts to access objects or functions provided by the target.. GM_xmlhttpRequest GM_log and GM_openInTab fully natively. Tampermonkey supports GM_ functions almost fully however. Can cause side..

How to use GM_xmlhttpRequest in Injected Code?

http://stackoverflow.com/questions/11377191/how-to-use-gm-xmlhttprequest-in-injected-code

your script to gain access to the GM_ functions. Use the Tampermonkey extension Chrome . This allows you to avoid script injection..

Accessing Variables from Greasemonkey to Page & vice versa

http://stackoverflow.com/questions/13485122/accessing-variables-from-greasemonkey-to-page-vice-versa

Choosing and activating the right controls on an AJAX-driven site

http://stackoverflow.com/questions/15048223/choosing-and-activating-the-right-controls-on-an-ajax-driven-site

script these kinds of pages and actions with Greasemonkey Tampermonkey. The steps are Take careful note of what you do manually. Take.. AJAX . Use the Greasemonkey API which is also supported by Tampermonkey and partially supported by Chrome userscripts to do any cross..