Created
April 12, 2024 10:11
-
-
Save moriglia/9615a8378dddd8aca1cbc4369644e342 to your computer and use it in GitHub Desktop.
Youtube Shorts are addictive, hijack me away from them!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name RemoveShorts | |
// @version 1 | |
// @grant none | |
// @include /^https?://(www\.)?youtube\.com/shorts/.*$/ | |
// ==/UserScript== | |
window.location = "https://www.youtube.com/watch?v=cErgMJSgpv0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment