BOOKMARKLETS
See this page at: http://caiorss.github.io/bookmarklets.html
Useful bookmarklets for Web Scraping, Web Development and for easy navigation.
To install the bookmarklet, drag and drop the link to the Browser's bookmark bar.
See also:
Bookmarklets creators
Miscs
- http://betterexplained.com/articles/how-to-make-a-bookmarklet-for-your-web-application/
- http://ha.ckers.org/bookmarklets.htmlsaad
- http://www.wordreference.com/english/LinkButtonsOld.htm
Templates
Bookmarklets templates / Executable URLs
Run Generic Javascript Code
<a href="javascript:(function(){ <<< JAVASCRIPT CODE HERE >>> })()"> Bookmark Label </a>
Inject Script into Page
<a href="javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://SCRIPT-URL/SCRIPT.JS' })();"> Label </a>
Example:
Click in the link bellow to show a message box with the text 'Hello World Javascript !!'
<a href="javascript:(function(){alert('Hello World Javascript !!')})()"> Click me </a>
Useful Javascript Snippts
Inject Jquery Snippet
document.body.appendChild(document.createElement('script')).src='http://code.jquery.com/jquery-1.7.2.min.js'
Utilities
Panel With Many Useful Bookmarklets
Tiny URL
QR Code
Make QR code to Current Page to make easier to share the URL with Smart Phones.
Search Dictionary
Look up a word on Dictionary.com
Find synonyms for a word on Thesaurus.com
Print What You Like
List All Links
Visit Cached Web Page or Defunct Web Sites
If you see the error: 404 page not found, the you can with one click look for the Web Site in the Way back Machine archive.
Show Password
This bookmarklet takes in your * from form field and shows you the actual password.
Bypass Youtube Adult filter without Sign In
Download Videos
PwnYouTube Bookmarklet
Download a YouTube video from any web page. Save a YouTube video as an MP3 file, iPod file, FLV file, MP4 file, AVI file, and more! Support for Google Video, DailyMotion.com, Facebook.com, MegaVideo.com, Break.com, MetaCafe.com, FunnyOrDie.com, Vimeo.com.
Reverse Image Search
Src Img is a bookmarklet that interfaces with Googleâ„¢ Image Search to help you find the creators of images you see on blogs that are too lame cool for attribution. How do I use it? Drag the following link to the bookmarks bar in your browser. Then click it when you are on a page with images you want to track down.
Source: http://jarred.github.io/src-img/
WEB Dev and Scraping
Inject Interactive Javascript Terminal: Jash Shell
See: http://billyreisinger.com/jash
Script Prompt
Credits: http://4umi.com/web/bookmarklet/all.php
Prompts for javascript code and variables, which it interprets and outputs in another fully functional prompt. In the right hands, it has all the tools needed for the most complicated script debugging, down to an pocket calculator.
Inspect Page with AADVARk
The Aardvark bookmarklet is a tool for web developers/designers as well as casual users. To quickly see it in action on this page,
See also: http://karmatics.com/aardvark/
Inject JQuery
Inject JQuery to test, debug, modify and hack the client side view of a page, so you can run scripts and debug with Firebug or Chrome dev tools.
Show Cookies
Credits: http://4umi.com/web/bookmarklet/all.php
Pops up the content of the cookie associated with the current website.
Execute HTML
Interprets and pops up any selection of written out HTML, including script. Works similar to the "As New Page" bookmarklet if plain text is selected. Saves tons of time and hassle - for geeks.
Credits: http://4umi.com/web/bookmarklet/all.php
Remove Cookies
Credits: http://4umi.com/web/bookmarklet/all.php
Stop Popup
Credits: http://4umi.com/web/bookmarklet/all.php
Attempts to kill all popups and the current window.
Strip Script
Credits: http://4umi.com/web/bookmarklet/all.php
Strips all scripts from a page.
Restore Rightclick
Restores the default function of the alternative mouse button, which is to pop up a contextmenu, on pages where this has been tempered with. diable
Get Window Size
Credits: http://4umi.com/web/bookmarklet/all.php
Alerts the width and height in pixels of the inner window.