Skip to content

Instantly share code, notes, and snippets.

@Maybach91
Last active February 21, 2025 18:36
Show Gist options
  • Select an option

  • Save Maybach91/cd8bff4a2930ed2147c853871f23f30d to your computer and use it in GitHub Desktop.

Select an option

Save Maybach91/cd8bff4a2930ed2147c853871f23f30d to your computer and use it in GitHub Desktop.
[stack overflow clones scraper ublock codecrepper / scraper website block list] my own additions to this https://www.reddit.com/r/google/comments/lgqebp/how_do_we_get_google_to_block_codegreppercom_and/
[uBlock Filter Scraper Websites]
! Version: 2022-08-17
! Title: Code Scraper Websites
! Author: Patrick Ludewig
! Description: For sites which scrape websites (mainly stackoverflow) and only display the solution, these are spammy
! Expires: 30 days
! Last modified: Wed, 17 Aug 2022 01:09:00 +0000
!-----------------------Filters-----------------------!
!----Google----!
google.*##a[href*="xspdf.com"]:nth-ancestor(4)
google.*##a[href*="codegrepper.com"]:nth-ancestor(4)
google.*##a[href*="developpaper.com"]:nth-ancestor(4)
google.*##a[href*="qandeelacademy.com"]:nth-ancestor(4)
google.*##a[href*="anycodings.com"]:nth-ancestor(4)
google.*##a[href*="tutorialink.com"]:nth-ancestor(4)
google.*##a[href*="topcode.in"]:nth-ancestor(4)
google.*##a[href*="dailydevsblog.com"]:nth-ancestor(4)
google.*##a[href*="maxinterview.com"]:nth-ancestor(4)
google.*##a[href*="tousu.in"]:nth-ancestor(4)
google.*##a[href*="adoclib.com"]:nth-ancestor(4)
google.*##a[href*="delicious-insights.com"]:nth-ancestor(4)
google.*##a[href*="risingstack.com"]:nth-ancestor(4)
google.*##a[href*="sweetcode.io"]:nth-ancestor(4)
google.*##a[href*="pythonfixing.com"]:nth-ancestor(4)
google.*##a[href*="newdevzone.com"]:nth-ancestor(4)
google.*##a[href*="c-sharpcorner.com"]:nth-ancestor(4)
google.*##a[href*="faqcode4u.com"]:nth-ancestor(4)
!----Startpage.com----!
startpage.*##a[href*="xspdf.com"]:nth-ancestor(2)
startpage.*##a[href*="codegrepper.com"]:nth-ancestor(2)
startpage.*##a[href*="developpaper.com"]:nth-ancestor(2)
startpage.*##a[href*="qandeelacademy.com"]:nth-ancestor(2)
startpage.*##a[href*="anycodings.com"]:nth-ancestor(2)
startpage.*##a[href*="tutorialink.com"]:nth-ancestor(2)
startpage.*##a[href*="topcode.in"]:nth-ancestor(2)
startpage.*##a[href*="dailydevsblog.com"]:nth-ancestor(2)
startpage.*##a[href*="maxinterview.com"]:nth-ancestor(2)
startpage.*##a[href*="tousu.in"]:nth-ancestor(2)
startpage.*##a[href*="adoclib.com"]:nth-ancestor(2)
startpage.*##a[href*="delicious-insights.com"]:nth-ancestor(2)
startpage.*##a[href*="risingstack.com"]:nth-ancestor(2)
startpage.*##a[href*="sweetcode.io"]:nth-ancestor(2)
startpage.*##a[href*="pythonfixing.com"]:nth-ancestor(2)
startpage.*##a[href*="newdevzone.com"]:nth-ancestor(2)
startpage.*##a[href*="c-sharpcorner.com"]:nth-ancestor(2)
startpage.*##a[href*="faqcode4u.com"]:nth-ancestor(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment