sscarl24 / AdBlock Protector Script

// ==UserScript==
// @name AdBlock Protector Script
// @description Ultimate solution against AdBlock detectors.
// @author X01X012013
// @include http://*/*
// @include https://*/*
// @icon   https://raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-icon.png    
// @grant unsafeWindow
// @grant GM_addStyle
// @grant GM_xmlhttpRequest
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_openInTab
// @grant window.close
// @grant GM_registerMenuCommand
// @connect *
// @run-at document-start
// @homepage https://x01x012013.github.io/AdBlockProtector/
// @supportURL https://github.com/X01X012013/AdBlockProtector/issues
// @require https://raw.githubusercontent.com/X01X012013/AdBlockProtector/master/AdBlockProtector.user.js
// ==/UserScript==