flash.moe/public/userscripts/skip-youtube-home.user.js

10 lines
212 B
JavaScript
Raw Normal View History

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