您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes the 9gag 3Min message
// ==UserScript== // @name 9gag 3Min Remover // @namespace http://www.diamonddownload.weebly.com // @version 1.1 // @description Removes the 9gag 3Min message // @author RF Geraci // @include http://9gag.com/* // @include http://9gag.com // @include https://9gag.com/* // @include https://9gag.com // @grant none // @run-at document-body // ==/UserScript== var darkOverlay = document.getElementById('overlay-container'); var min3 = document.getElementById('jsid-idle-popup-container'); function log(msg){ console.log("9gag 3min Remover - [" + msg + "]"); } function min3Hide(){ if (min3){ min3.parentNode.removeChild(min3); log("Removed '" + min3.id + "'"); darkOverlay.style.backgroundColor="rgba(0,0,0,0)"; log("Backgound set transparent on " + darkOverlay.id); } } min3Hide();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址