Skip to content

Instantly share code, notes, and snippets.

@moriglia
Created April 12, 2024 10:11
Show Gist options
  • Save moriglia/9615a8378dddd8aca1cbc4369644e342 to your computer and use it in GitHub Desktop.
Save moriglia/9615a8378dddd8aca1cbc4369644e342 to your computer and use it in GitHub Desktop.
Youtube Shorts are addictive, hijack me away from them!
// ==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