Page 1 of 1

nextdoor.com

Posted: Sat Aug 20, 2016 10:58 pm
by prdonahue
Noticed that NextDoor.com sponsored posts weren't being blocked so added:

Code: Select all

nextdoor.com##div[class*="sponsored"]
After a refresh the ads are gone.

Re: NextDoor.com

Posted: Thu Sep 29, 2016 8:38 am
by smed79
privacy

Code: Select all

||tracking.nextdoor.com^

nextdoor.com

Posted: Thu Sep 07, 2017 5:58 pm
by johnmongrel
I've recently been seeing sponsored posts in my nextdoor.com feed.

I found a filter on here in a previous thread:

Code: Select all

nextdoor.com##div[class*="sponsored"]
I added it to my custom filter list using UBlock Origin, but it doesn't work.

Anyone else have a filter that will work?

Thank you!

Re: nextdoor.com

Posted: Thu Sep 07, 2017 6:07 pm
by intense
Needing logging in and I guess subscribe some topics to see some feed.
So, it's difficult to help you.

Did you try using the element picker in uBo ? or inspect that element / class with the sponsored stuff ?

Re: nextdoor.com

Posted: Wed Sep 20, 2017 7:38 pm
by johnmongrel
I'm still looking for a solution to block sponsored posts on nextdoor.com.

I can't figure it out. :(

Re: nextdoor.com

Posted: Wed Sep 20, 2017 7:47 pm
by intense
Did you try using the element picker in uBo ? or inspect that element / class with the sponsored stuff ?

Re: nextdoor.com

Posted: Sun Sep 24, 2017 11:00 pm
by prdonahue
So the div ID is randomly generated, but you're likely going to have to use some advanced filter that blocks that #s_\d+ div all the way down to the last span that contains "Sponsored". I just uploaded a couple images to illustrate but it's waiting on moderator approval.

Code: Select all

#s_63141490 > div.js-media-post.post.clearfix > div > div:nth-child(1) > div > div.author-menu-box-container > div > div > div > span > span > span

Re: nextdoor.com

Posted: Mon Sep 25, 2017 3:52 am
by smed79
prdonahue wrote:I just uploaded a couple images to illustrate but it's waiting on moderator approval.
Use imgur.com, cubeupload.com, imgland.net, imgly.net or vgy.me for uploading your images!!

Re: nextdoor.com

Posted: Thu Nov 02, 2017 2:31 pm
by johnmongrel
I'm still looking for a solution to blocking nextdoor.com sponsored posts. :( Anyone figure it out?

Re: nextdoor.com

Posted: Thu Nov 02, 2017 2:44 pm
by intense
[mention]johnmongrel[/mention] I asked you twice and you continue to ignore the question above.

Alternatives:
- provide an account to test your issue

or: right click the page (with ads), save the page (html source + folder), zip them together, upload the zip on some server, post the link here.

Re: nextdoor.com

Posted: Wed Nov 29, 2017 5:15 pm
by prdonahue
Viewing source doesn't show what the JS added to the DOM so I inspected the ad element in Chrome, navigated to the top html tag, and copied it to the clipboard. The entire DOM can be found here: https://gist.githubusercontent.com/prdonahue/fe29a80eef251f3840789f063cc77a3e/raw/1d93a8c543ce73eb64aef602a3d10a196c3c9582/index.html.

Here's what one of those ads looks like in a page (using imgur as requested): https://i.imgur.com/xiE4md3.jpg.

Re: nextdoor.com

Posted: Wed Nov 29, 2017 5:41 pm
by smed79
test

Code: Select all

nextdoor.com#?#.post-container:-abp-contains(Sponsored)

Re: nextdoor.com

Posted: Thu Nov 30, 2017 7:11 am
by prdonahue
That seems to have done the trick, thanks! How can we get this merged in so others don't have to add by hand?

Re: nextdoor.com

Posted: Sat Dec 16, 2017 7:29 pm
by prdonahue
[mention]smed79[/mention] do you know we can get this added to EasyList? I've confirmed it works but would like others to be able to make use of.

Also, looks like one more class of advertisements isn't getting blocked. These are "Neighborhood Sponsor" posts.

HTML here: https://gist.githubusercontent.com/anon ... index.html.

Image here: https://i.imgur.com/W81EnzO.png

Re: nextdoor.com

Posted: Sun Dec 17, 2017 1:08 am
by smed79
prdonahue wrote:do you know we can get this added to EasyList?
Only EasyList authors have the ability to add filters rules#authors (when / if will see the thread).
prdonahue wrote:Also, looks like one more class of advertisements isn't getting blocked. These are "Neighborhood Sponsor" posts.
test

Code: Select all

nextdoor.com##.promo-container
or

Code: Select all

nextdoor.com#?#.post-container:-abp-contains(Neighborhood Sponsor)

Re: NextDoor.com

Posted: Tue Dec 19, 2017 4:49 am
by tester
smed79 wrote: Thu Sep 29, 2016 8:38 am privacy

Code: Select all

||tracking.nextdoor.com^
looks like blocking this breaks the whole website! can we just hide the sponsored post container and not block the internal tracking domain?