Greasy Fork

Greasy Fork is available in English.

Anti Anti Anti Ad

反反反廣告

目前为 2017-03-04 提交的版本,查看 最新版本

// ==UserScript==
// @name        Anti Anti Anti Ad
// @description 反反反廣告
// @namespace   FlandreDaisuki
// @author      FlandreDaisuki
// @include     https://ani.gamer.com.tw/animeVideo.php?sn=*
// @version     0.1a
// @run-at      document-start
// @grant       none
// ==/UserScript==
const f = window.alert;
window.alert = console.info;
setTimeout(() => {
	window.alert = f;
},5000);