flash.moe/public/userscripts/skip-youtube-home.user.js
2020-08-20 00:02:37 +00:00

9 lines
212 B
JavaScript

// ==UserScript==
// @name Skip YouTube home.
// @version 9001
// @grant none
// @include https://www.youtube.com/
// @run-at document-start
// ==/UserScript==
location.assign('/feed/subscriptions');