Website broken by Adblocker

Everything about using Adblock Plus on Google Chrome
Locked
tombalfoort
Posts: 2
Joined: Fri Apr 08, 2016 10:07 am

Website broken by Adblocker

Post by tombalfoort »

Hello,

When I use Adblock plus with Google Chrome my website http://www.aquarijn.eu just keep loading. Its looks likes AdBlocker is blocking something. But we don't have any ADS on the website. Just a tracker; But its okay that its blocked if users want that.

I did also a Adblock plus with Safari, but then its all working perfect.

How can I see what element adblock plus is removing or blocking?

Thanks.
Tom
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Website broken by Adblocker

Post by mapx »

the filter
.adrotate.

is blocking

Code: Select all

https://aquarijn.eu/cdn-cgi/pe/bag2?r[]=https%3A%2F%2Faquarijn-38e9.kxcdn.com%2Fwp-content%2Fplugins%2Fadrotate%2Flibrary%2Fjquery.adrotate.clicktracker.js&r[]=https%3A%2F%2Fs0.wp.com%2Fwp-content%2Fjs%2Fdevicepx-jetpack.js&r[]=https%3A%2F%2Faquarijn-38e9.kxcdn.com%2Fwp-content%2Fthemes%2Fmist%2Fjs%2Ftheme-min.js&r[]=https%3A%2F%2Faquarijn-38e9.kxcdn.com%2Fwp-includes%2Fjs%2Fwp-embed.min.js&r[]=https%3A%2F%2Faquarijn-38e9.kxcdn.com%2Fwp-content%2Fplugins%2Fjs_composer%2Fassets%2Fjs%2Fjs_composer_front.js&r[]=https%3A%2F%2Faquarijn-38e9.kxcdn.com%2Fwp-content%2Fplugins%2Fjs_composer%2Fassets%2Flib%2Fwaypoints%2Fwaypoints.min.js
for example this filter unblocks the xmlhttprequest request
@@||aquarijn.eu/cdn-cgi/pe/bag2?*$xmlhttprequest

1.you could eventually modify that request to not match other filters
or
2.report the issue directly at easylist forum: http://forums.lanik.us/
but you'll have to wait at least 5 days or more ... to have the exception in the list

How to see the blocked requests and the triggered filters:
in chrome see:
forum/viewtopic.php?f=10&t=43791

in firefox, click ABP icon, open blockable items list, see all the requests and the filters
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Website broken by Adblocker

Post by mapx »

to repeat the test you have to clear cookies + local storage for that site.
tombalfoort
Posts: 2
Joined: Fri Apr 08, 2016 10:07 am

Re: Website broken by Adblocker

Post by tombalfoort »

Thans in advanced. We just use it to show a random sponsor of the club.
I changed a minify setting. The site is now working again.
Locked