Giter Site home page Giter Site logo

zz85-bookmarklets's Introduction

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

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);})()

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

zz85-bookmarklets's People

Contributors

justhalf avatar zz85 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.