¡@

Home 

javascript Programming Glossary: gm_addstyle

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

. Note that currently Chrome only supports GM_addStyle GM_xmlhttpRequest GM_log and GM_openInTab fully natively. Tampermonkey..

How to alter this javascript with Greasemonkey?

http://stackoverflow.com/questions/11200509/how-to-alter-this-javascript-with-greasemonkey

checkForBadJavascripts.js @run at document start @grant GM_addStyle UserScript The @grant directive is needed to work around a design..

How to get an AJAX get-request to wait for the page to be rendered before returning a response?

http://stackoverflow.com/questions/11486256/how-to-get-an-ajax-get-request-to-wait-for-the-page-to-be-rendered-before-return

gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript if fiddle .jshell .net i.test location.host console.log.. .html event.data Use CSS to control appearances. GM_addStyle #gmIframe display none #gmFetchRez background lightYellow..

How do I click on this button with Greasemonkey?

http://stackoverflow.com/questions/12252701/how-do-i-click-on-this-button-with-greasemonkey

gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript The @grant directive is needed to work around a major..

How to open a list of pages automatically and sequentially?

http://stackoverflow.com/questions/12260455/how-to-open-a-list-of-pages-automatically-and-sequentially

http site2 @include http site3 @include http site4 @grant GM_addStyle UserScript The @grant directive is needed to work around a major..

Accessing Variables from Greasemonkey to Page & vice versa

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

http jsbin.com esikut @run at document start @grant GM_addStyle UserScript The @grant directive is needed to work around a design.. http jsbin.com esikut @run at document start @grant GM_addStyle UserScript The @grant directive is needed to work around a design..

I have to refresh the page for my Greasemonkey script to run?

http://stackoverflow.com/questions/14024120/i-have-to-refresh-the-page-for-my-greasemonkey-script-to-run

gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript The @grant directive is needed to work around a design..

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

timeBtn.textContent Time Button is styled using CSS in GM_addStyle below. document.body.appendChild timeBtn addJS_Node null null.. timeBtn.textContent Time Button is styled using CSS in GM_addStyle below. document.body.appendChild timeBtn addJS_Node null null..

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

gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript The @grant directive is needed to work around a design.. gist.github.com raw 2625891 waitForKeyElements.js @grant GM_addStyle UserScript The @grant directive is needed to work around a design..