Skip to content

Instantly share code, notes, and snippets.

@geraintwhite
Created June 7, 2014 12:42
Show Gist options
  • Save geraintwhite/02ea83b66054c6c1f363 to your computer and use it in GitHub Desktop.
Save geraintwhite/02ea83b66054c6c1f363 to your computer and use it in GitHub Desktop.
A selection of useful bookmarklets
/* 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