Skip to content

Instantly share code, notes, and snippets.

@dgmike
Created February 19, 2015 09:55
Show Gist options
  • Save dgmike/b9f4cf2dc446b0a6c46f to your computer and use it in GitHub Desktop.
Save dgmike/b9f4cf2dc446b0a6c46f to your computer and use it in GitHub Desktop.
Youtube NoCookie Conversor bookmark
javascript:(match=window.location.toString().match(/(?:embed\/|(\?|\&)v=|\/v\/)(\w+)/i))&&(window.location="http://www.youtube-nocookie.com/embed/"+match.pop());void 0;
@dgmike
Copy link
Author

dgmike commented Feb 19, 2015

This bookmark just works for http urls, if you go to https url, please change it before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment