javascript Programming Glossary: scriptnode.src
Log a web page's dynamically-created, DOM elements with a userscript http://stackoverflow.com/questions/10083010/log-a-web-pages-dynamically-created-dom-elements-with-a-userscript javascript if text scriptNode.textContent text if s_URL scriptNode.src s_URL if funcToRun scriptNode.textContent ' ' funcToRun.toString..
Changing Javascript on an HTML page out of my control http://stackoverflow.com/questions/10472569/changing-javascript-on-an-html-page-out-of-my-control javascript if text scriptNode.textContent text if s_URL scriptNode.src s_URL if funcToRun scriptNode.textContent ' ' funcToRun.toString..
Accessing Variables from Greasemonkey to Page & vice versa http://stackoverflow.com/questions/13485122/accessing-variables-from-greasemonkey-to-page-vice-versa javascript if text scriptNode.textContent text if s_URL scriptNode.src s_URL if funcToRun scriptNode.textContent ' ' funcToRun.toString..
Use javascript to inject script references as needed? http://stackoverflow.com/questions/203113/use-javascript-to-inject-script-references-as-needed 'SCRIPT' scriptNode.type 'text javascript' scriptNode.src scriptPath var headNode document.getElementsByTagName 'HEAD'..
loading javascript dependencies on demand http://stackoverflow.com/questions/310583/loading-javascript-dependencies-on-demand 'SCRIPT' scriptNode.type 'text javascript' scriptNode.src scriptPath var headNode document.getElementsByTagName 'HEAD'..
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 javascript if text scriptNode.textContent text if s_URL scriptNode.src s_URL if funcToRun scriptNode.textContent ' ' funcToRun.toString..
Why doesn't this userscript work on Facebook? http://stackoverflow.com/questions/6935428/why-doesnt-this-userscript-work-on-facebook javascript if text scriptNode.textContent text if s_URL scriptNode.src s_URL var targ document.getElementsByTagName 'head' 0 document.body.. javascript if text scriptNode.textContent text if s_URL scriptNode.src s_URL var targ document.getElementsByTagName 'head' 0 document.body..
|