Page 10 of 12

Re: Yavli ads (promoted content from the web)

Posted: Mon Nov 30, 2015 9:16 am
by kryori
Not sure we do have a fix. If I've understood this correctly, it looks like they've changed tactics. I'm seeing sponsored ads on segmentnext.com with EasyList, EasyPrivacy, AakList, Malware Domains, and Adblock Warning Removal List enabled as well as the custom filters shown above. Looking into the page source and doing a little digging, it appears that the div class has been changed to gibberish.

For example, on this page: http://segmentnext.com/2015/11/15/fallo ... hip-guide/

I see trashy ads at the bottom pushing 'steriod alternatives' and fad diets. Digging into the page the closest thing to a root div class is "<div class="e09n4ka gbqfqwbypvr">" followed by a Matryoshka doll of other divs with gibberish classes. Refreshing the page replaces the chunk of gibberish at the front with a new chunk - my second attempt got me <div class="zd84twth gbqfqwbypvr">, so this could perhaps be filtered out with the latter chunk, but that looks semi-random as well.

I've already added the three filters listed earlier in the thread to my filter list, and should be blocking image_holder, label_box, and mdeyheadline_, but I still see these "sponsored links". I've attempted to write my own filter using these examples as a template and filtering out _gamo_holder, but this doesn't seem to fix the problem. Any help would be appreciated.

Re: Yavli ads (promoted content from the web)

Posted: Mon Nov 30, 2015 9:26 am
by mapx
use

Code: Select all

segmentnext.com##[class$="_asi"]
segmentnext.com##[class$="_holder"]
segmentnext.com##[class$="_box"]
or general

Code: Select all

##[class$="_asi"]
##[class$="_holder"]
##[class$="_box"]
##[class*="mdeyheadline"]

Re: Yavli ads (promoted content from the web)

Posted: Tue Dec 01, 2015 9:03 pm
by kryori
Sure enough, that did it.

Now to see how much damage something like class$="_box" does to the rest of the web. :3

Re: Yavli ads (promoted content from the web)

Posted: Sat Dec 12, 2015 5:37 pm
by info.junkie
with the newest easylist, I can still see the yavli ads on segmentnext.com

Image

Re: Yavli ads (promoted content from the web)

Posted: Sat Dec 12, 2015 7:35 pm
by mapx
just add

Code: Select all

##[class$="_asi"]
##[class*="mdeyheadline_"]

Re: Yavli ads (promoted content from the web)

Posted: Mon Dec 14, 2015 1:17 pm
by info.junkie
mapx? why this is not on the easylist?

Re: Yavli ads (promoted content from the web)

Posted: Mon Dec 14, 2015 7:30 pm
by terrorist96

Re: Yavli ads (promoted content from the web)

Posted: Wed Dec 16, 2015 7:12 pm
by lorem
info.junkie wrote:with the newest easylist, I can still see the yavli ads on segmentnext.com
This one should do segmentnext.com

Code: Select all

segmentnext.com#*(class*=avbrott)
segmentnext.com#*(class*=gbqfwa)
:)

Re: Yavli ads (promoted content from the web)

Posted: Wed Dec 16, 2015 7:25 pm
by lorem
terrorist96 wrote:http://aplus.com/a/bill-gates-clean-energy-the-atlantic

Sponsored Content.
I used this:

Code: Select all

aplus.com##div.recommended-block
:)

Re: Yavli ads (promoted content from the web)

Posted: Thu Dec 17, 2015 7:49 am
by terrorist96
lorem wrote:
terrorist96 wrote:http://aplus.com/a/bill-gates-clean-energy-the-atlantic

Sponsored Content.
I used this:

Code: Select all

aplus.com##div.recommended-block
:)
Works on the right side ads. Bottom ads are still visible.

Re: Yavli ads (promoted content from the web)

Posted: Sat Dec 19, 2015 10:06 am
by terrorist96
Add http://thefreethoughtproject.com/ to the list of sites that uses Yavli.

Re: Yavli ads (promoted content from the web)

Posted: Mon Dec 21, 2015 8:53 am
by terrorist96
terrorist96 wrote:Add http://thefreethoughtproject.com/ to the list of sites that uses Yavli.
Add http://www.activistpost.com/ too.

Re: Yavli ads (promoted content from the web)

Posted: Sat Dec 26, 2015 9:41 am
by mapx

Code: Select all

##[class*="mdeyheadline_"]
##[class$="_simule"]
##[class$="_box"] > A[target="_blank"][rel="nofollow"]

Re: Yavli ads (promoted content from the web)

Posted: Mon Dec 28, 2015 10:24 pm
by terrorist96
mapx wrote:

Code: Select all

##[class*="mdeyheadline_"]
##[class$="_simule"]
##[class$="_box"] > A[target="_blank"][rel="nofollow"]
Works. But it won't be merged, so it's pointless. :\

Re: Yavli ads (promoted content from the web)

Posted: Mon Dec 28, 2015 11:01 pm
by mapx
no, it's very useful for those who really want to remove the yavli crap. It's no difference between easylist filters and custom filters.