Skip to content

Instantly share code, notes, and snippets.

@DeeeeLAN
Last active March 9, 2024 05:27
Show Gist options
  • Save DeeeeLAN/26f4914efc9ebd0131b50ab77e424fe1 to your computer and use it in GitHub Desktop.
Save DeeeeLAN/26f4914efc9ebd0131b50ab77e424fe1 to your computer and use it in GitHub Desktop.
Disable YouTube Shorts and New Reddit
// 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