Skip to content

imclab/zz85-bookmarklets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

About

my collections of bookmarklets originally from http://www.lab4games.net/zz85/blog

Head over to http://zz85.github.com/zz85-bookmarklets/

What are they?

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.

List of Bookmarklets

SimplePad

javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://github.com/zz85/zz85-bookmarklets/raw/master/js/simplepad.js';document.body.appendChild(script);})()

Vimeo HD Video Downloader

javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://github.com/zz85/zz85-bookmarklets/raw/master/js/vimeo.js';document.body.appendChild(script);})()

Youtube HD Video Downloader

javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://github.com/zz85/zz85-bookmarklets/raw/master/js/youtube.js';document.body.appendChild(script);})()

Backwards (en/de)Coder

javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://github.com/zz85/zz85-bookmarklets/raw/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://github.com/zz85/zz85-bookmarklets/raw/master/js/scramble.js';document.body.appendChild(script);})()

Image Encoder

javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://github.com/zz85/zz85-bookmarklets/raw/master/js/imgencoder.js';document.body.appendChild(script);})()

Ideas to be implemented

  • dynamic zz85 bookmarklet directory
  • toggle uncompressed/compressed javascript bookmarklet formats
  • enable offline support?

Project directory

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

Releases

No releases published

Packages

No packages published