Last active
February 21, 2025 18:36
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [uBlock Filter Scraper Websites] | |
| ! Version: 2022-08-16 | |
| ! 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: Tue, 16 Aug 2022 04:45:00 +0000 | |
| !-----------------------Filters-----------------------! | |
| 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment