您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
让你们神不知鬼不觉的看youtu
// ==UserScript== // @name 摸鱼纯净版youtube // @namespace script // @match https://www.youtube.com/* // @license MIT // @version 1.0.1 // @author Ade // @grant GM_notification // @grant GM_setClipboard // @require https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js // @description 让你们神不知鬼不觉的看youtu // ==/UserScript== initMethods(); /** 初始化 */ function initMethods() { $('#masthead-container,#contentContainer,#header,#secondary').hide(); $('#page-manager').css({marginLeft:0,marginTop:0}); setInterval(() => { $('#secondary,#below').hide(); $('#chips-wrapper').html("<h1 class='nb_class'>---------全网-最新-最牛逼-互联网技术科技论坛专区-欢迎鱼神位临---------</h1>");initCss();}, 1000); } function initCss(){ $('.nb_class').css({margin:'30px auto',color:'red',fontSize:'30px'}); }