您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
呵呵动漫跳过广告
当前为
// ==UserScript== // @name 呵呵动漫 // @namespace https://github.com/wzhjm/ // @version 1.1 // @license GPL-3.0 // @description 呵呵动漫跳过广告 // @author wzhjm // @match https://www.hehe.la/player/mui-player.php?* // @match https://www.hehe.la/* // @grant none // ==/UserScript== (function () { 'use strict'; let announce_text=document.getElementsByClassName("announce_text") if (announce_text.length>0){ announce_text[0].remove() } endclose() })();