Ad Block Popup is shown at page load at http://tr.investing.com/ & http://www.investing.com/
This is easy to fix by adding window.google_ad_status = 1;
Even like this:
// ==UserScript==
// @name No Anti-AdBlock on investing.com
// @description Remove Anti-AdBlock popup on investing.com
//
// @run-at document-end
// @include http://*.investing.com/*
// @include https://*.investing.com/*
// ==/UserScript==
window.google_ad_status = 1;
I added that script to TamperMonkey, no luck. Still getting the "We've noticed you're using an ad blocker" non-dismissable popup on investing.com.
Hm.. it works in greasemonkey
try this filter
@@||doubleclick.net/instream/ad_status.js
Added to custom filters @mapx- ;)
Thank you!
Ah, that's embarrassing. Once I deleted the investing.com cookies, both @vitalif and @mapx- solutions work fine.
@@||doubleclick.net/instream/ad_status.js
isn't working for me (Chrome)
Hi,
Anti-AdBlock Killer has been updated ! Changelog
Step 1: Update : UserScript
Step 2: Update : FilterList
Do not forget to donate, review, share, follow and add to favorites.
See you
Reek
https://github.com/reek/anti-adblock-killer/
https://twitter.com/antiadbkiller
Most helpful comment
try this filter
@@||doubleclick.net/instream/ad_status.js