igg-games 去除廣告

去除igg-games開啟ADBlock的阻擋器

  1. // ==UserScript==
  2. // @name igg-games 去除廣告
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.3.0
  5. // @description 去除igg-games開啟ADBlock的阻擋器
  6. // @author You
  7. // @match https://igg-games.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. document.getElementById("idModal").remove();
  13. document.getElementsByClassName('taxonomy-description')[0].remove()
  14. })();