From 57f88a55da2bda23df1ca52abc6b3f05ba397f49 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Wed, 6 Feb 2019 17:10:23 +0100 Subject: [PATCH] Hopefully whitelisting certain Google TLDs --- Dandelion Sprout's Anti-Malware List.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Dandelion Sprout's Anti-Malware List.txt b/Dandelion Sprout's Anti-Malware List.txt index 0eb693d44..8d41e12f6 100644 --- a/Dandelion Sprout's Anti-Malware List.txt +++ b/Dandelion Sprout's Anti-Malware List.txt @@ -1,5 +1,5 @@ [Adblock Plus 2.0] -! Version: 24January2019v1-Beta +! Version: 06February2019v1-Beta ! Title: 💊 Dandelion Sprout's Anti-Malware List ! Expires: 5 days ! Description: Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. @@ -8,19 +8,19 @@ ! Country domains ! You can expect these domains to have an overwhelming majority of malware domains that have nothing to do with the countries in question. Nevertheless, if you are in a situation where you have to do active business in any of the countries in question, then this list may not be ideal for you. ! Tokelau -||.tk^$domain=~coolcmd.tk|~budterence.tk +||.tk^$domain=~coolcmd.tk|~budterence.tk|~google.tk ! Gabon -||.ga^ +||.ga^$domain=~google.ga ! Mali -||.ml^ +||.ml^$domain=~google.ml ! Equatorial Guinea ||.gq^ ! Central African Republic -||.cf^$domain=~1hos.cf +||.cf^$domain=~1hos.cf|~google.cf ! Attempted removal of Google search result entries that lead to the above top-level domains (Advanced adblockers only) -google.*##.rc:has(a[href*=".tk/"]:not([href*="coolcmd.tk"]:not([href*="budterence.tk"])) -google.*##.rc:has(a[href*=".ga/"]) -google.*##.rc:has(a[href*=".ml/"]) +google.*##.rc:has(a[href*=".tk/"]:not([href*="coolcmd.tk"]):not([href*="budterence.tk"]):not([href*="google.tk"])) +google.*##.rc:has(a[href*=".ga/"]:not([href*="google.ga"])) +google.*##.rc:has(a[href*=".ml/"]:not([href*="google.ml"])) google.*##.rc:has(a[href*=".gq/"]) -google.*##.rc:has(a[href*=".cf/"]:not([href*="1hos.cf"]))) +google.*##.rc:has(a[href*=".cf/"]:not([href*="1hos.cf"]):not([href*="google.cf"]))