Skip to content

Instantly share code, notes, and snippets.

@ytone
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ytone/6fd15b40405fb79248aa to your computer and use it in GitHub Desktop.
Save ytone/6fd15b40405fb79248aa to your computer and use it in GitHub Desktop.
bookmarklet of youtube to 245cloud
javascript:match=location.search.match(/(\?|&)v=(.+?)($|\&)/);if(match[2]!==undefined){document.location='http://245cloud.com/#youtube:'+match[2];}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment