my collections of bookmarklets originally from http://www.lab4games.net/zz85/blog
Head over to http://zz85.github.com/zz85-bookmarklets/
Bookmarklets are javascript code that can be run from a bookmarklet or in the URL. It adds functionality to sites you visit in your browser without the need for add-ons or plugins installations.
To install, create a bookmarklet with the bookmarklet code as its link. You can also run it by entering the code into your browser URL location.
Color histogram (new)
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://cdn.rawgit.com/zz85/zz85-bookmarklets/master/js/histogram.js';document.body.appendChild(script);})()
Backwards (en/de)Coder
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://cdn.rawgit.com/zz85/zz85-bookmarklets/master/js/backwardscode.js';document.body.appendChild(script);})()
See http://jabtunes.com/labs/code/codetyper1942.html
Dyslexia Scramble
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://cdn.rawgit.com/zz85/zz85-bookmarklets/master/js/scramble.js';document.body.appendChild(script);})()
Upside Down
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://cdn.rawgit.com/zz85/zz85-bookmarklets/master/js/upside3.js';document.body.appendChild(script);})()
Image Encoder
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://cdn.rawgit.com/zz85/zz85-bookmarklets/master/js/imgencoder.js';document.body.appendChild(script);})()
SimplePad (deprecated)
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://cdn.rawgit.com/zz85/zz85-bookmarklets/master/js/simplepad.js';document.body.appendChild(script);})()
Vimeo HD Video Downloader (deprecated)
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://cdn.rawgit.com/zz85/zz85-bookmarklets/master/js/vimeo.js';document.body.appendChild(script);})()
Youtube HD Video Downloader (deprecated)
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://cdn.rawgit.com/zz85/zz85-bookmarklets/master/js/youtube.js';document.body.appendChild(script);})()
- dynamic zz85 bookmarklet directory
- toggle uncompressed/compressed javascript bookmarklet formats
- enable offline support?
Its a little messy in here, so head in only if you're curious and adventurous /js - where i store my latest javascript bookmarklets /experiments - where i test my ideas and scripts