Cannot use gaming website with adblock enabled - redirection

Everything about using Adblock Plus on Safari
Post Reply
j13d
Posts: 1
Joined: Wed Aug 10, 2016 11:46 am

Cannot use gaming website with adblock enabled - redirection

Post by j13d »

Cannot utilize website due to new anti-adblock javascript.

URL which triggers response:
http://www.hotslogs.com/sitewide/herodetails

-redirects to:
http://www.hotslogs.com/Info/AdBlock

part of script causing redirect issue:
"

Code: Select all

</script>
            <script src="//d3pkae9owd2lcf.cloudfront.net/mb105.gz.js"></script>
            <script type="text/javascript">

                function FillMonkeyBrokerHorizontal1() {}

                if (typeof MonkeyBroker === "undefined" || MonkeyBroker === "mb defined")
                {
                    
                    if (!(typeof MonkeyBroker === "undefined") && MonkeyBroker === "mb defined")
                        ga("send", "event", "AdFillMonkeyBroker", "Ad Circumvent Tampermonkey", { nonInteraction: true });
                    else if (true)
                    {
                        $(document).ready(function(){$("#body>.main-content").remove();});
                        window.location.replace("/Info/AdBlock");
                    }
                    else
                        ga("send", "event", "AdFillMonkeyBroker", "Ad Blocked", { nonInteraction: true });
                }
"

Please fix.

using ABP 1.12.1
safari 9.1.2
osx el capitan

extra:
can solve the problem manually on chrome using the following dynamic rule from UBOrigin:
"www.hotslogs.com http://d3pkae9owd2lcf.cloudfront.net script allow"
No workaround for adblock plus.
User avatar
smed79
Posts: 1224
Joined: Thu Jan 14, 2010 11:51 pm
Location: EasyList Forum
Contact:

Re: Cannot use gaming website with adblock enabled - redirection

Post by smed79 »

For filter issues/suggestion report directly on easylist forum https://forums.lanik.us/viewtopic.php?f=62&t=32007
Post Reply