Skip to content

Instantly share code, notes, and snippets.

@Seltyk
Created April 27, 2022 01:08
Show Gist options
  • Save Seltyk/ae772f605bfab0606b76e1c384ce5f67 to your computer and use it in GitHub Desktop.
Save Seltyk/ae772f605bfab0606b76e1c384ce5f67 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name No YouTube Shorts
// @match https://*.?youtube.com/shorts/*
// @version 1
// ==/UserScript==
url = window.location.href
window.location.href = url.replace(/shorts\//, "watch?v=")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment