From 6ff1ec9ae730179af661d07e38805001c95a54fc Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 20 May 2023 20:44:19 +0200 Subject: [PATCH] Add more linux spam sites zoomadmin.com thelinuxfaq.com linuxhint.com --- build/SITES-LIST | 12 ++++++++++++ sites | 3 +++ 2 files changed, 15 insertions(+) diff --git a/build/SITES-LIST b/build/SITES-LIST index 992619c..63bb7c9 100644 --- a/build/SITES-LIST +++ b/build/SITES-LIST @@ -22,3 +22,15 @@ www.google.*##a[href*="howtoinstall.co"]:upward(1) www.google.*##.g:has(a[href*="tecmint.com"]) www.google.*##a[href*="tecmint.com"]:upward(1) +# Blocking site zoomadmin.com from google search +www.google.*##.g:has(a[href*="zoomadmin.com"]) +www.google.*##a[href*="zoomadmin.com"]:upward(1) + +# Blocking site thelinuxfaq.com from google search +www.google.*##.g:has(a[href*="thelinuxfaq.com"]) +www.google.*##a[href*="thelinuxfaq.com"]:upward(1) + +# Blocking site linuxhint.com from google search +www.google.*##.g:has(a[href*="linuxhint.com"]) +www.google.*##a[href*="linuxhint.com"]:upward(1) + diff --git a/sites b/sites index 893809c..f5cc099 100644 --- a/sites +++ b/sites @@ -4,3 +4,6 @@ cyberithub.com idroot.us howtoinstall.co tecmint.com +zoomadmin.com +thelinuxfaq.com +linuxhint.com