Shorts fixer

Makes youtube shorts pages usable.

// ==UserScript==
// @name        Shorts fixer
// @namespace   Violentmonkey Scripts
// @match       *://*youtube.com/shorts/*
// @grant       none
// @version     1.0
// @author      Braden
// @license     Public Domain
// @description Makes youtube shorts pages usable.
// ==/UserScript==

const video_id = location.pathname.split("/")[2];
location.href = `https://youtube.com/watch?v=${video_id}`;

QingJ © 2025

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