Created
February 19, 2015 09:55
-
-
Save dgmike/b9f4cf2dc446b0a6c46f to your computer and use it in GitHub Desktop.
Youtube NoCookie Conversor bookmark
This file contains hidden or 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
javascript:(match=window.location.toString().match(/(?:embed\/|(\?|\&)v=|\/v\/)(\w+)/i))&&(window.location="http://www.youtube-nocookie.com/embed/"+match.pop());void 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bookmark just works for
http
urls, if you go tohttps
url, please change it before.