腾讯视频动漫播放优化

腾讯视动漫频播放优化页面

当前为 2023-09-29 提交的版本,查看 最新版本

// ==UserScript==
// @name         腾讯视频动漫播放优化
// @namespace    https://jixiejidiguan.top/
// @license      AGPL License
// @version      0.1
// @description  腾讯视动漫频播放优化页面
// @author       斩断红尘
// @match        https://v.qq.com/x/cover/*
// @match        https://v.qq.com/channel/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=qq.com
// @grant        none
// @require      https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.2.1/jquery.min.js
// ==/UserScript==

(function() {
 var elements = document.querySelectorAll('.nav-wrap, .quick_vip, .quick_games, .quick_upload, .quick_client,.page-content__bottom[data-v-c7affcbd], .playlist-side__sub[data-v-834e503a], #ssi-footer[data-v-93c51fc8]');
for (var i = 0; i < elements.length; i++) {
  elements[i].style.display = 'none';
}
})();

QingJ © 2025

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