YouTube SubStart

Makes subscriptions the default YouTube start page.

  1. // ==UserScript==
  2. // @name YouTube SubStart
  3. // @version 1.1
  4. // @namespace ILoveCats
  5. // @description Makes subscriptions the default YouTube start page.
  6. // @author Mikael Porttila
  7. // @match https://www.youtube.com/
  8. // @grant none
  9. // @run-at document-start
  10. // ==/UserScript==
  11.  
  12. window.location = "https://www.youtube.com/feed/subscriptions";