Last active
March 9, 2024 05:27
-
-
Save DeeeeLAN/26f4914efc9ebd0131b50ab77e424fe1 to your computer and use it in GitHub Desktop.
Disable YouTube Shorts and New Reddit
This file contains hidden or 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
// Redirect from shorts to regular youtube player | |
window.location.href = window.location.href.replace("shorts/", "watch?v=") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment