javascript Programming Glossary: bookmarklet
How to get height of entire document with JavaScript? http://stackoverflow.com/questions/1145850/how-to-get-height-of-entire-document-with-javascript html.offsetHeight A quick test with Firebug jQuery bookmarklet returns the correct height for both cited pages and so does..
test if event handler is bound to an element in jQuery http://stackoverflow.com/questions/1236067/test-if-event-handler-is-bound-to-an-element-in-jquery handler.toString Another way is you can use the following bookmarklet but obviously this does not help at runtime. share improve..
Change CSS of selected text using Javascript http://stackoverflow.com/questions/3223682/change-css-of-selected-text-using-javascript text using Javascript I'm trying to make a javascript bookmarklet that will act as a highlighter changing the background of selected.. of selected text on a webpage to yellow when the bookmarklet is pressed. I'm using the following code to get the selected.. 'font weight' 'bolder' Any ideas javascript jquery css bookmarklet highlighting share improve this question The easiest way..
Setting cross-domain cookies in Safari http://stackoverflow.com/questions/408582/setting-cross-domain-cookies-in-safari cross domain cookies in Safari Evernote 's bookmarklet is able to do this therefore the most upvoted answer does not..
What is console.log and how do I use it? [duplicate] http://stackoverflow.com/questions/4743730/what-is-console-log-and-how-do-i-use-it access the console in IE6 for IE7 use the Firebug Lite bookmarklet http getfirebug.com firebuglite look for stable bookmarklet.. http getfirebug.com firebuglite look for stable bookmarklet http en.wikipedia.org wiki Bookmarklet Opera http www.opera.com.. Android Both of these have no console built in and no bookmarklet ability. So we use http jsconsole.com type listen and it will..
JavaScript: Invert color on all elements of a page http://stackoverflow.com/questions/4766201/javascript-invert-color-on-all-elements-of-a-page of a page Note I am keeping an up to date version of the bookmarklet in my question which works well and is based on Jacob's answer... and is based on Jacob's answer. If you are looking for a bookmarklet to use use that one. See leosok's fantastic answer if you just.. the color of all the elements on a page with a JavaScript bookmarklet. I know that to invert a color you subtract each of the RGB..
UserScripts & Greasemonkey: calling a website's JavaScript functions http://stackoverflow.com/questions/5006460/userscripts-greasemonkey-calling-a-websites-javascript-functions code in the document's content. It's a lot like running a bookmarklet from within a Greasemonkey script. location.assign javascript..
what is the point of void in javascript http://stackoverflow.com/questions/666936/what-is-the-point-of-void-in-javascript of its use in links snip This is the reason that bookmarklets often wrap the code inside void or an anonymous function that.. browser from trying to display the result of executing the bookmarklet. For example javascript void window.open dom_spy.html If you..
Can I load an entire HTML document into a document fragment in Internet Explorer? http://stackoverflow.com/questions/7474710/can-i-load-an-entire-html-document-into-a-document-fragment-in-internet-explorer different. Examples sanitiseHTML html Paste this bookmarklet in the location's bar. It will offer an option to inject a textarea..
Does execCommand SaveAs work in Firefox? http://stackoverflow.com/questions/833015/does-execcommand-saveas-work-in-firefox 'SaveAs' 'true' 'http www.google.com' used as a bookmarklet javascript firefox google chrome bookmarklet share improve.. used as a bookmarklet javascript firefox google chrome bookmarklet share improve this question execCommand is not completely..
Find all instances of 'old' in a webpage and replace each with 'new', using a javascript bookmarklet http://stackoverflow.com/questions/1175775/find-all-instances-of-old-in-a-webpage-and-replace-each-with-new-using-a-ja r b else htmlreplace a b nodes n htmlreplace 'a' 'r' Bookmarklet version javascript function htmlreplace a b element if element..
easier bookmarklet development http://stackoverflow.com/questions/1810885/easier-bookmarklet-development a bookmarklet I write a javascript function pass that to Bookmarklet Builder to make a bookmarklet add the bookmarklet to my browser..
How to embed fonts in HTML? http://stackoverflow.com/questions/220236/how-to-embed-fonts-in-html face kits . Soma Design also put together the FontFriend Bookmarklet which redefines fonts on a page on the fly so you can try things..
unable to run an external javascript using a bookmarklet http://stackoverflow.com/questions/2222417/unable-to-run-an-external-javascript-using-a-bookmarklet document.getElementsByTagName 'head' 0 .appendChild s Bookmarklet javascript function var s document.createElement 'script' s.type..
Bookmarklet to edit current URL http://stackoverflow.com/questions/2689553/bookmarklet-to-edit-current-url to edit current URL I'm looking for a simple bookmarklet to..
What is console.log and how do I use it? [duplicate] http://stackoverflow.com/questions/4743730/what-is-console-log-and-how-do-i-use-it look for stable bookmarklet http en.wikipedia.org wiki Bookmarklet Opera http www.opera.com dragonfly iOS Works for all iPhones..
JavaScript: Invert color on all elements of a page http://stackoverflow.com/questions/4766201/javascript-invert-color-on-all-elements-of-a-page fiddle http jsfiddle.net nikita_turing jVKw6 3 With the Bookmarklet included. If someone has an Idea how to make it work for Firefox..
How do I debug Internet Explorer on Windows Phone 7? http://stackoverflow.com/questions/5198808/how-do-i-debug-internet-explorer-on-windows-phone-7 improve this question You'll likely find the Mobile Perf Bookmarklet to be the easiest all in one tool for testing any mobile device...
Bookmarklet wait until Javascript is loaded http://stackoverflow.com/questions/756382/bookmarklet-wait-until-javascript-is-loaded wait until Javascript is loaded I've got a bookmarklet which..
|