Skip to content

Instantly share code, notes, and snippets.

@rniswonger
Created October 9, 2017 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rniswonger/58922163587494d23cd139dc43ef7d1a to your computer and use it in GitHub Desktop.
Save rniswonger/58922163587494d23cd139dc43ef7d1a to your computer and use it in GitHub Desktop.
Bookmarklet: Hide annoying content on NextDoor
javascript:$('.content-scope-line:contains("Classifieds")').parents('.post-container').hide();$('.classifieds-single-item-content').hide();$('.content-scope-line:contains("Free items")').parents('.post-container').hide();$('.content-scope-line:contains("Recommendations")').parents('.post-container').hide();$('.content-scope-line:contains("Lost & Found")').parents('.post-container').hide();$('.post-byline:contains("Sponsored")').parents('.post-container').hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment