您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This script disables the rounded watch page side panel in all uses. It is based on the Mid-2021-October 2022 Watch11 Reconstruct script by Magma_Craft which sadly no longer works.
// ==UserScript== // @name YouTube - Disable rounded watch page side panel // @version 2023.06.09 // @description This script disables the rounded watch page side panel in all uses. It is based on the Mid-2021-October 2022 Watch11 Reconstruct script by Magma_Craft which sadly no longer works. // @author Alpharetzy // @license MIT // @match https://www.youtube.com/* // @namespace https://gf.qytechs.cn/en/users/1094802 // @icon https://www.youtube.com/favicon.ico // @grant none // ==/UserScript== (function() { window['yt'] = window['yt'] || {}; yt['config_'] = yt.config_ || {}; yt.config_['EXPERIMENT_FLAGS'] = yt.config_.EXPERIMENT_FLAGS || {}; var iv = setInterval(function() { yt.config_.EXPERIMENT_FLAGS.kevlar_watch_modern_panels = false; yt.config_.EXPERIMENT_FLAGS.kevlar_watch_panel_height_matches_player = false; }, 1); var to = setTimeout(function() { clearInterval(iv); }, 1000) })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址