newgrounds.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
Rudloff
Site Member
Site Member
Posts: 31
Joined: Wed Mar 27, 2013 10:08 am

newgrounds.com

Post by Rudloff »

Hello,

Some ads are not blocked on newgrounds.com:
https://reports.adblockplus.org/2112508 ... screenshot
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

firefox + chrome:
add

Code: Select all

@@||cdn.cpmstar.com/cached/js/advertisement.js
@@||newgrounds.com^$generichide
||newgrounds.com/support/*$image
||cssimg.ngfiles.com/bg-skins/*skin$image
then (only firefox with ABP)
1. disable easylist and subscribe this new list: "EasyList without element hiding" from: https://easylist.adblockplus.org/en/
or
2.
disable this filter from easylist:

Code: Select all

##iframe[id^="google_ads_iframe"]
banana
Guest

Post by banana »

Code: Select all

newgrounds.com##IMG[src^="data:image/;base64,"]
:banana:
mele
Site Member
Site Member
Posts: 37
Joined: Tue Aug 18, 2015 9:06 am

Post by mele »

or can use this filter: newgrounds.com/promotions/csbackup.php
infojunkie
Forum Junkie
Forum Junkie
Posts: 156
Joined: Wed Dec 09, 2015 2:49 pm

Post by infojunkie »

mele wrote:or can use this filter: newgrounds.com/promotions/csbackup.php
this is just a php script on newgrounds.com server, they will just rename it.
we should use:

Code: Select all

newgrounds.com##IMG[src^="data:image/;base64,"]
or:

Code: Select all

||newgrounds.com^$xmlhttprequest
jb28147
Site Member
Site Member
Posts: 10
Joined: Thu Oct 15, 2015 11:45 pm

Post by jb28147 »

infojunkie wrote:

Code: Select all

||newgrounds.com^$xmlhttprequest
This prevents the content filter from showing or hiding content based on the ratings.

http://www.newgrounds.com/games/browse/min_score/0

The ratings doesn't change the viewable content correctly with the above filter.
infojunkie
Forum Junkie
Forum Junkie
Posts: 156
Joined: Wed Dec 09, 2015 2:49 pm

Post by infojunkie »

jb28147 wrote:
infojunkie wrote:

Code: Select all

||newgrounds.com^$xmlhttprequest
This prevents the content filter from showing or hiding content based on the ratings.

http://www.newgrounds.com/games/browse/min_score/0

The ratings doesn't change the viewable content correctly with the above filter.
Can't see any XHR on this page but the ads... please share a screenshot of your network or XHR being blocked
jb28147
Site Member
Site Member
Posts: 10
Joined: Thu Oct 15, 2015 11:45 pm

Post by jb28147 »

infojunkie wrote:Can't see any XHR on this page but the ads... please share a screenshot of your network or XHR being blocked

Code: Select all

16:44:01		||newgrounds.com^$xmlhttprequest	--	xhr	http://www.newgrounds.com/games/browse/min_score/0
This is shown in the uBlock logger when trying to hide mature content by clicking on the purple M.
infojunkie
Forum Junkie
Forum Junkie
Posts: 156
Joined: Wed Dec 09, 2015 2:49 pm

Post by infojunkie »

Code: Select all


||newgrounds.com^$xmlhttprequest
@@||newgrounds.com/games/browse/min_score/*
fixed.
jb28147
Site Member
Site Member
Posts: 10
Joined: Thu Oct 15, 2015 11:45 pm

Post by jb28147 »

infojunkie wrote:

Code: Select all


||newgrounds.com^$xmlhttprequest
@@||newgrounds.com/games/browse/min_score/*
fixed.
That fixed the games section, thanks.

Code: Select all


@@||newgrounds.com^*/review_page$xmlhttprequest
@@||newgrounds.com^*/vote$xmlhttprequest
I've added the above exception filters because it also breaks voting on an image and going to a new page of reviews.

Code: Select all


6:28:39 AM		||newgrounds.com^$xmlhttprequest	--	xhr	http://www.newgrounds.com/art/item/vote
6:41:05 AM ||newgrounds.com^$xmlhttprequest -- xhr http://www.newgrounds.com/portal/view/566150/review_page/2
infojunkie
Forum Junkie
Forum Junkie
Posts: 156
Joined: Wed Dec 09, 2015 2:49 pm

Post by infojunkie »

Great, I think that now we have the final filters.

Code: Select all


||newgrounds.com^$xmlhttprequest
||newgrounds.com##IMG[src^="data:image/;base64,"]
@@||newgrounds.com/games/browse/min_score/*
@@||newgrounds.com^*/review_page$xmlhttprequest
@@||newgrounds.com^*/vote$xmlhttprequest
jb28147
Site Member
Site Member
Posts: 10
Joined: Thu Oct 15, 2015 11:45 pm

Post by jb28147 »

Min_score needs a xhr exception for movies and art as both of them also uses xhr.

Code: Select all

12:28:31 AM		||newgrounds.com^$xmlhttprequest	--	xhr	http://www.newgrounds.com/movies/browse/min_score/0

Code: Select all

12:41:04 AM		||newgrounds.com^$xmlhttprequest	--	xhr	http://www.newgrounds.com/art/browse/min_score/0

Code: Select all

@@||newgrounds.com^*/min_score$xmlhttprequest
This will also work for the games as well.
infojunkie
Forum Junkie
Forum Junkie
Posts: 156
Joined: Wed Dec 09, 2015 2:49 pm

Post by infojunkie »

ads just came back for me.. grrr
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

update easylist, it's all fine here
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Hi intense & infojunkie,
i have split and move your messages to creat new thred on "incorrectly removed content forum" viewtopic.php?f=64&t=28873

Thanks!
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
infojunkie
Forum Junkie
Forum Junkie
Posts: 156
Joined: Wed Dec 09, 2015 2:49 pm

Post by infojunkie »

thanks smed79, I think we can close this thread now since the ads are currently blocked.
adding the whitelist rules as I suggested will be a smart move but I don't think that we should remove the blacklist rule from the easylist, at least not just yet.

thanks.
Locked