Anti Anti Anti Ad

反巴哈/動畫瘋反反廣告的提示

目前为 2017-03-09 提交的版本。查看 最新版本

// ==UserScript==
// @name        Anti Anti Anti Ad
// @description 反巴哈/動畫瘋反反廣告的提示
// @namespace   FlandreDaisuki
// @author      FlandreDaisuki
// @include     https://*gamer.com.tw/*
// @version     0.3
// @run-at      document-start
// @grant       none
// ==/UserScript==

/* 可以讓已經包月的人不要看到這個嘛 森77 */

//動畫瘋 alert
const f = window.alert;
window.alert = console.info;
setTimeout(() => {
	window.alert = f;
},5000);

//全站黃警告
localStorage.admercyblocks = Infinity;
const a = document.querySelector('.alert-close');
if (a) {
	a.parentElement.remove();
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址