Created
June 7, 2014 12:42
-
-
Save geraintwhite/02ea83b66054c6c1f363 to your computer and use it in GitHub Desktop.
A selection of useful bookmarklets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Convert YouTube to MP3 */ | |
javascript:window.open('http://www.video2mp3.net/loading.php?url='+window.location) | |
/* Include jQuery */ | |
javascript:(function(a){if(!a.jQuery){var d=document,b=d.createElement('script');b.src='//code.jquery.com/jquery-latest.js';d.getElementsByTagName('head')[0].appendChild(b)}})(this) | |
/* View Source */ | |
javascript:window.open('view-source:'+location.href) | |
/* Edit PDF */ | |
javascript:window.open('http://www.pdfescape.com/open/?'+location.href) | |
/* Set Title */ | |
javascript:(function(){var a=prompt('Enter a new page title:');if(a){document.title=a}})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment