vidmax.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

vidmax.com

Post by intense »

popups + adreclaim right side and bellow the article

http://vidmax.com/video/154165-Democrat-Agitators-Attend-a-Republican-Town-Hall-Meeting-BOO-him-when-he-Voices-Support-for-the-Military

Code: Select all

vidmax.com##.right.sidebar > STYLE:first-child + [class]
vidmax.com##.media + STYLE + [class]
||torpsol.com^
theGamer
Forum Junkie
Forum Junkie
Posts: 175
Joined: Wed Apr 06, 2016 2:34 pm

Post by theGamer »

I saw adReclaim ads there and huge popup that hides the entire video of the website so I went into a little investigation.

I saw that they are using a whitelisted domain to detect adblock:

Code: Select all

@@||pleaseletmeadvertise.com^*/ads.js
and also, they are hiding their ads inside black big images like this one:

Code: Select all

http://media.vidmax.com/prev/video3/154947/frame_0027-24xx134-1f49afaf.jpg
so the best filter I could find is blocking every image while white listing only the site real images with regex.

Code: Select all

||media.vidmax.com/$image,~third-party
@@/media\.vidmax\.com\/prev\/video3\/[0-9]+\/frame_[0-9]+-(240|440).*?\.jpg/$image,domain=vidmax.com
If you have better solution please do tell.
 ! Message from: smed79
Fixed the subject newtopic
 ! Message from: smed79
Merged your topic forumsearch
Locked