IGG-GAMES ad blocker bypass

Bypasses the blocker that blocks your ad blocker.

当前为 2019-10-02 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name IGG-GAMES ad blocker bypass
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.1
  5. // @description Bypasses the blocker that blocks your ad blocker.
  6. // @author hacker8990
  7. // @match *://igg-games.com/*
  8. // @require https://code.jquery.com/jquery-3.4.1.min.js
  9. // @run-at document-body
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. setTimeout(function(){ jQuery('#idModal').remove() }, 2000);