No Igg-games ad blocker

removes the igg-games ad blocker

目前為 2019-10-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name         No Igg-games ad blocker
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  removes the igg-games ad blocker
// @author       hacker8990
// @match        *://igg-games.com/*
// @require      https://code.jquery.com/jquery-3.4.1.min.js
// @run-at       document-body
// @grant        none
// ==/UserScript==

jQuery('#idModal').remove()