Disable YouTube Shorts

Disables YouTube Shorts player on the website by redirecting to the standard player.

// ==UserScript==
// @name     Disable YouTube Shorts
// @description Disables YouTube Shorts player on the website by redirecting to the standard player.
// @version  1.0
// @grant    none
// @match *://www.youtube.com/shorts/*
// @run-at document-start
// @namespace https://gf.qytechs.cn/users/237565
// ==/UserScript==

window.location.href = window.location.href.replace("shorts/", "watch?v=")

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址