Search found 5 matches

by prdonahue
Sat Dec 16, 2017 7:29 pm
Forum: Report unblocked content
Topic: nextdoor.com
Replies: 15
Views: 2836

Re: nextdoor.com

[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.githubu...
by prdonahue
Thu Nov 30, 2017 7:11 am
Forum: Report unblocked content
Topic: nextdoor.com
Replies: 15
Views: 2836

Re: nextdoor.com

That seems to have done the trick, thanks! How can we get this merged in so others don't have to add by hand?
by prdonahue
Wed Nov 29, 2017 5:15 pm
Forum: Report unblocked content
Topic: nextdoor.com
Replies: 15
Views: 2836

Re: nextdoor.com

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/1d93a8c543ce73eb64aef60...
by prdonahue
Sun Sep 24, 2017 11:00 pm
Forum: Report unblocked content
Topic: nextdoor.com
Replies: 15
Views: 2836

Re: nextdoor.com

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. #s_63141490 > div....
by prdonahue
Sat Aug 20, 2016 10:58 pm
Forum: Report unblocked content
Topic: nextdoor.com
Replies: 15
Views: 2836

nextdoor.com

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.