Makes subscriptions the default YouTube startpage.
当前为
// ==UserScript== // @name YouTube SubStart // @version 1.0 // @namespace ILoveCats // @description Makes subscriptions the default YouTube startpage. // @author Mikael Porttila // @match https://www.youtube.com/ // @grant none // @run-at document-start // ==/UserScript== window.location = "https://www.youtube.com/feed/subscriptions";