Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name YouTube redirect
- // @namespace Rapptz.Misc
- // @author Rapptz
- // @description Redirects you to your subscription page
- // @include http://www.youtube.com/
- // @include https://www.youtube.com/
- // @version 1.1
- // @run-at document-start
- // ==/UserScript==
- var newURL = "https://www.youtube.com/my_subscriptions"
- window.location.replace(newURL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement