Hopefully whitelisting certain Google TLDs

This commit is contained in:
Imre Kristoffer Eilertsen
2019-02-06 17:10:23 +01:00
committed by GitHub
parent 9aa71aee48
commit 57f88a55da
+9 -9
View File
@@ -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"]))