您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Hide comments on E-hentai &ExHentai.
// ==UserScript== // @name Hide E-hentai Comments // @name:cn 隐藏E-hentai评论 // @version 0.1 // @description Hide comments on E-hentai &ExHentai. // @description:cn 对E-hentai &ExHentai评论区进行隐藏/屏蔽。 // @match https://e-hentai.org/* // @match https://exhentai.org/* // @license MIT // @namespace https://greasyfork.org/users/1176046 // ==/UserScript== // 屏蔽评论区 const element = document.getElementById("cdiv"); element.style.display= "none";