javascript Programming Glossary: greasemonkey
How can you determine the file size in JavaScript? http://stackoverflow.com/questions/1126905/how-can-you-determine-the-file-size-in-javascript of signatures. At the moment we test this via a simple Greasemonkey script I wrote we wrap all signatures with a div the script.. IE element.fileSize but I obviously can't use that in my Greasemonkey script. Is there a way to find out the file size of an image.. img I want to be able to check on these images via Greasemonkey. I could write a batch script to scan all of these instead but..
Accessing Variables from Greasemonkey to Page & vice versa http://stackoverflow.com/questions/13485122/accessing-variables-from-greasemonkey-to-page-vice-versa Variables from Greasemonkey to Page vice versa I have the following code in test.js which.. How from the webpage do I access the variable set by Greasemonkey and how about vice versa javascript firefox firefox addon greasemonkey.. firefox addon greasemonkey share improve this question Greasemonkey scripts operate in a separate scope and may also operate in..
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 of how to script these kinds of pages and actions with Greasemonkey Tampermonkey. The steps are Take careful note of what you do.. handle nodes added or changed by javascript AJAX . Use the Greasemonkey API which is also supported by Tampermonkey and partially supported..
Explain JavaScript's encapsulated anonymous function syntax http://stackoverflow.com/questions/1634268/explain-javascripts-encapsulated-anonymous-function-syntax with potentially conflicting variables as in the case of Greasemonkey scripts jQuery plugins etc. Now I understand why this works...
What questions should a JavaScript programmer be able to answer? [closed] http://stackoverflow.com/questions/1684917/what-questions-should-a-javascript-programmer-be-able-to-answer code snippet that uses the with statement Do you know what Greasemonkey is Have you used it Do you think innerHTML is evil What is JSON..
Injecting JS functions into the page from a Greasemonkey script on Chrome http://stackoverflow.com/questions/2303147/injecting-js-functions-into-the-page-from-a-greasemonkey-script-on-chrome JS functions into the page from a Greasemonkey script on Chrome I have a Greasemonkey script that works just.. the page from a Greasemonkey script on Chrome I have a Greasemonkey script that works just fine in Firefox and Opera. I struggle.. a quick look at the alternatives to unsafeWindow on the Greasemonkey wiki but they all look pretty ugly. Am I completely on the wrong..
Stop execution of Javascript function (client side) or tweak it http://stackoverflow.com/questions/3972038/stop-execution-of-javascript-function-client-side-or-tweak-it event and the @run at document start directive Firefox and Greasemonkey now seem to do a good job intercepting specific script tags... script p I'm some initial text. p body Use this Greasemonkey script UserScript @name _Replace evil Javascript @include http..
How can I intercept XMLHttpRequests from a Greasemonkey script? http://stackoverflow.com/questions/629671/how-can-i-intercept-xmlhttprequests-from-a-greasemonkey-script can I intercept XMLHttpRequests from a Greasemonkey script I would like to capture the contents of AJAX requests.. would like to capture the contents of AJAX requests using Greasemonkey. Does anybody know how to do this javascript ajax greasemonkey..
Get image data in Javascript? http://stackoverflow.com/questions/934012/get-image-data-in-javascript so now I want the content . I'd love to achieve that with Greasemonkey and Firefox. javascript image firefox greasemonkey base64 .. It would be something like this. I've never written a Greasemonkey script so you might need to adjust the code to run in that environment...
How can I detect AJAX node insertion without using DOM mutation events? http://stackoverflow.com/questions/10664669/how-can-i-detect-ajax-node-insertion-without-using-dom-mutation-events react to the inserted elements javascript jquery twitter greasemonkey mutation events share improve this question If you want..
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 script container. Can someone explain me why javascript greasemonkey variable scope userscripts share improve this question See..
How can I automatically select specific radio buttons with Greasemonkey? http://stackoverflow.com/questions/11025270/how-can-i-automatically-select-specific-radio-buttons-with-greasemonkey I do this with Greasemonkey javascript html radio button greasemonkey share improve this question Make an array of questions and..
How can you determine the file size in JavaScript? http://stackoverflow.com/questions/1126905/how-can-you-determine-the-file-size-in-javascript a way to augment my current script. javascript image file greasemonkey share improve this question Short answer you cannot Also..
Accessing Variables from Greasemonkey to Page & vice versa http://stackoverflow.com/questions/13485122/accessing-variables-from-greasemonkey-to-page-vice-versa and how about vice versa javascript firefox firefox addon greasemonkey share improve this question Greasemonkey scripts operate..
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 max min 1 return result.toFixed tenths javascript greasemonkey share improve this question See addEventListener only working..
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 page is removed or changed by Nike javascript jquery greasemonkey tampermonkey share improve this question Rather than just..
Injecting JS functions into the page from a Greasemonkey script on Chrome http://stackoverflow.com/questions/2303147/injecting-js-functions-into-the-page-from-a-greasemonkey-script-on-chrome that is. javascript google chrome google chrome extension greasemonkey userscripts share improve this question The only way to..
Stop execution of Javascript function (client side) or tweak it http://stackoverflow.com/questions/3972038/stop-execution-of-javascript-function-client-side-or-tweak-it so all this needs to be done client side. javascript greasemonkey share improve this question Firefox now supports the beforescriptexecute..
Overriding !important style using Javascript http://stackoverflow.com/questions/462537/overriding-important-style-using-javascript an important style using javascript. This is for a greasemonkey extension if that makes a difference. Much appreciated Enrico.. a difference. Much appreciated Enrico javascript css greasemonkey share improve this question I believe the only way to do..
UserScripts & Greasemonkey: calling a website's JavaScript functions http://stackoverflow.com/questions/5006460/userscripts-greasemonkey-calling-a-websites-javascript-functions for me please. Thanks. javascript google chrome extension greasemonkey userscripts share improve this question Background Doesn't.. http stackoverflow.com questions 5006460 userscripts greasemonkey calling a websites javascript functions UserScript function..
How can I intercept XMLHttpRequests from a Greasemonkey script? http://stackoverflow.com/questions/629671/how-can-i-intercept-xmlhttprequests-from-a-greasemonkey-script Does anybody know how to do this javascript ajax greasemonkey share improve this question Here's a little snippet that..
how to use the google maps api with greasemonkey to read a table of addresses and trace the route? http://stackoverflow.com/questions/7894996/how-to-use-the-google-maps-api-with-greasemonkey-to-read-a-table-of-addresses-an to use the google maps api with greasemonkey to read a table of addresses and trace the route There is a.. in the right order. javascript api firefox google maps greasemonkey share improve this question Here is the Greasemonkey compatible..
Can a website know if I am running a userscript? http://stackoverflow.com/questions/8548141/can-a-website-know-if-i-am-running-a-userscript the code that was sent to the client javascript facebook greasemonkey userscripts share improve this question Yes in theory a..
Detect iFrame embedding in Javascript http://stackoverflow.com/questions/925039/detect-iframe-embedding-in-javascript same server and there are no cross domain issues. I have a greasemonkey script that runs on page A. How can the greasemonkey script.. a greasemonkey script that runs on page A. How can the greasemonkey script detect whether page A is within the iframe context or.. A is within the iframe context or not javascript iframe greasemonkey share improve this question Looking at frame length breaks..
Get image data in Javascript? http://stackoverflow.com/questions/934012/get-image-data-in-javascript with Greasemonkey and Firefox. javascript image firefox greasemonkey base64 share improve this question You will need to create..
How to get “raw” href contents in JavaScript http://stackoverflow.com/questions/1550901/how-to-get-raw-href-contents-in-javascript href contents in JavaScript I am trying to write a GreaseMonkey script in which I want to find all of the links that are relative..
Is it possible to disable AJAX without disabling JavaScript completely? http://stackoverflow.com/questions/272541/is-it-possible-to-disable-ajax-without-disabling-javascript-completely If you are using Firefox you could accomplish this with GreaseMonkey. https addons.mozilla.org en US firefox addon 748 GM is a framework..
GreaseMonkey script to auto login using HTTP authentication http://stackoverflow.com/questions/49158/greasemonkey-script-to-auto-login-using-http-authentication script to auto login using HTTP authentication I've got quite.. auto login using HTTP authentication I've got quite a few GreaseMonkey scripts that I wrote at my work which automatically log me into.. which uses HTTP authentication. Is there a way I can use GreaseMonkey to log me into this site automatically Edit I am aware of the..
Storing into file using JavaScript/GreaseMonkey http://stackoverflow.com/questions/6392103/storing-into-file-using-javascript-greasemonkey into file using JavaScript GreaseMonkey I have captured list of data from the page using Greasemonkey...
|