new popAds system need to be blocked

Everything about using Adblock Plus on Google Chrome
Post Reply
adamhuman
Posts: 5
Joined: Thu Jan 04, 2018 9:01 pm

new popAds system need to be blocked

Post by adamhuman »

hi everyone

iv been visiting some websites recently to watch some TV shows online and notice that when i click in any place in web-body it open another Tab-webpage automatic which is a Randome (website Ads)

and "ofc i'm using addblock-Plus last version" but that didnt help

i inspect the website and they using ads system inside "<script" tag :

Code: Select all

https://c1.popads.net/pop.js
https://c2.popads.net/pop.js
serve.popads.net
the official website of the company that serve ads system for them is :

Code: Select all

http://www.popads.net
so i really would be happy to see a solution to prevent this website from forcing me to see new pages automatic .

sorry for my English :) peace
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: new popAds system need to be blocked

Post by mapx »

provide those pages and will see case by case
adamhuman
Posts: 5
Joined: Thu Jan 04, 2018 9:01 pm

Re: new popAds system need to be blocked

Post by adamhuman »

this site one of them

Code: Select all

https://hd-arab.com/the-foreigner/
it dosnt happen when u are in the main page

but when u enter any movie page or TV show page and click any place : on background for example , or on the html5 player

then its start opening new windows automatic
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: new popAds system need to be blocked

Post by mapx »

add

Code: Select all

$script,domain=hd-arab.com,third-party
@@||ajax.googleapis.com^$script,domain=hd-arab.com
@@||maxcdn.bootstrapcdn.com^$script,domain=hd-arab.com
@@||disqus.com/embed.js$script,domain=hd-arab.com
@@||crisp.chat^$domain=hd-arab.com
however for arab sites report direct here:
https://forums.lanik.us/viewforum.php?f=98
adamhuman
Posts: 5
Joined: Thu Jan 04, 2018 9:01 pm

Re: new popAds system need to be blocked

Post by adamhuman »

wow very cool thank you very much

is that code have anything to do with regex ? can u explain it to me so i serve my self next time when i found another similar problem ?

thanks in advance your awesome man :)
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: new popAds system need to be blocked

Post by mapx »

No regex there, I only blocked all third-party scripts and whitelisted the useful ones (so the site don't be broken)
adamhuman
Posts: 5
Joined: Thu Jan 04, 2018 9:01 pm

Re: new popAds system need to be blocked

Post by adamhuman »

so $script,domain ...etc is for blocking any script from that domain and next if i use

Code: Select all

@@|| ....etc 
then its going to whitlist whats behind ? :)
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: new popAds system need to be blocked

Post by mapx »

whitelisting only (in this case) trustful sources (to be sure the site is not broken):
ajax.googleapis.com, maxcdn.bootstrapcdn.com, disqus.com/embed.js, crisp.chat
adamhuman
Posts: 5
Joined: Thu Jan 04, 2018 9:01 pm

Re: new popAds system need to be blocked

Post by adamhuman »

nice i understand now

by the way i add

Code: Select all

@@||ssl.p.jwpcdn.com^$script,domain=hd-arab.com

so the MediaPlayer will be able to play videos
Post Reply