-
Notifications
You must be signed in to change notification settings - Fork 1
/
anti-anti-adblock.user.js
68 lines (62 loc) · 2.22 KB
/
anti-anti-adblock.user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// ==UserScript==
// @name Anti anti-AdBlock
// @namespace https://github.com/igorskyflyer
// @version 1.0.38
// @author Igor Dimitrijević (@igorskyflyer)
// @description Counters anti-AdBlock scripts
// @homepage https://github.com/igorskyflyer/userscript-anti-anti-adblock
// @homepageURL https://github.com/igorskyflyer/userscript-anti-anti-adblock
// @website https://igorskyflyer.me
// @downloadURL https://github.com/igorskyflyer/userscript-anti-anti-adblock/raw/main/anti-anti-adblock.user.js
// @updateURL https://github.com/igorskyflyer/userscript-anti-anti-adblock/raw/main/anti-anti-adblock.user.js
// @supportURL https://github.com/igorskyflyer/userscript-anti-anti-adblock/issues
// @grant unsafeWindow
// @match *://*/*
// @run-at document-end
// ==/UserScript==
unsafeWindow.dotcom = {
flags: { adverts: true, analytics: true },
userinfo: { ads: true },
initAnalytics: function () {}
}
unsafeWindow.zarazData = {}
unsafeWindow.__ez = {}
unsafeWindow.adsconfig = {}
unsafeWindow.__cfRLUnblockHandlers = {}
unsafeWindow.demandSupply = { pfAds: true, setPfAds: function () {} }
unsafeWindow.MDCore = { adblock: 0 }
unsafeWindow.Matomo = { initialized: true }
unsafeWindow._pb = { libLoaded: true }
unsafeWindow.Piwik = { initialized: true }
unsafeWindow.zaraz = { track: function () {} }
unsafeWindow.AdTrack = { init: function () {} }
unsafeWindow._carbonads = { init: function () {} }
unsafeWindow.ez_ad_units = { push: function () {} }
unsafeWindow.hasAdBlocker =
unsafeWindow.abp =
unsafeWindow.adBlockerReady =
unsafeWindow.isBlocked =
unsafeWindow.adblockcheck =
false
unsafeWindow.googleAd =
unsafeWindow.isLoadAds =
unsafeWindow.generatorAds =
unsafeWindow.zfgloadedpopup =
unsafeWindow.canRunAds =
unsafeWindow.canRunAdvertise =
unsafeWindow.isAdEnabled =
unsafeWindow.pubappended =
true
unsafeWindow.google_ad_status =
unsafeWindow.pop_cdn = 1
unsafeWindow.popns = ''
unsafeWindow.GeneratorAds =
unsafeWindow.Ads_PushPage =
unsafeWindow.Ads_Popunder =
unsafeWindow.Ads_Vignette =
unsafeWindow.postAntiadblockInfo =
unsafeWindow.AdsPlugin =
unsafeWindow.AdscoreInit =
unsafeWindow.GalaBanner =
unsafeWindow.admiral =
function () {}