// ==UserScript== // @name Anti Anti Anti Ad // @description 反反反廣告 // @namespace FlandreDaisuki // @author FlandreDaisuki // @include https://*.gamer.com.tw/* // @version 0.2 // @run-at document-start // @grant none // @downloadURL 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(); }