Monday, 19 March 2007 [Update 27 January 2014: I’ve fixed a small bug in the below script. I’m also now hosting a copy of it on Gist.] So a bookmarklet is a little JavaScript script that’s intended to be run from a web browser’s bookmarks bar or menu. The reason they work as “bookmarks” is that the JavaScript source code is crammed into the form of a URL using the “javascript:” scheme. Developing