Guest User

Untitled

a guest
Jan 27th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // ==UserScript==
  2. // @name YouTube HTTPS
  3. // @include http://*youtube.com/*
  4. // ==/UserScript==
  5.  
  6. if(location.protocol=="http:")location.replace(location.href.replace(/^http/,"https"));
Add Comment
Please, Sign In to add comment