您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Blocks the Season Pass popup advertisements for the poors on Fishtank LIVE.
// ==UserScript== // @name Hide Season Pass Popups on Fishtank.live // @description Blocks the Season Pass popup advertisements for the poors on Fishtank LIVE. // @author phungus // @version 1.1.0 // @license GNU GPLv3 // @homepageURL https://fishtank.guru // @namespace https://fishtank.guru // @icon https://www.google.com/s2/favicons?sz=64&domain=fishtank.live // @supportURL https://fishtank.guru // @match https://www.fishtank.live/ // @match https://www.fishtank.live/clips // @match https://www.fishtank.live/clip/* // @run-at document-idle // @grant GM_addStyle // ==/UserScript== GM_addStyle(`.toast_season-pass__cmkhU, .experience-daily-login_season-pass__YTtsY:has(.icon_icon__bDzMA), .item-generator_item-generator__TCQ9l {display: none;}`);