Advertisement
illlitr8

Youtube Redirect

Dec 12th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        youtube redir
  3. // @namespace   [email protected]
  4. // @include     https://www.youtube.com/
  5. // @version     1
  6. // @grant   none
  7. // ==/UserScript==
  8.  
  9. window.location = "https://www.youtube.com/feed/subscriptions/u";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement