Add more linux spam sites

cyberithub.com
  idroot.us
  howtoinstall.co
  tecmint.com
This commit is contained in:
Przemek Grondek 2023-05-15 16:09:44 +02:00
parent 46709e2bf8
commit eaf43db226
2 changed files with 21 additions and 1 deletions

View File

@ -6,3 +6,19 @@ www.google.*##a[href*="itslinuxfoss.com"]:upward(1)
www.google.*##.g:has(a[href*="nextgentips.com"]) www.google.*##.g:has(a[href*="nextgentips.com"])
www.google.*##a[href*="nextgentips.com"]:upward(1) www.google.*##a[href*="nextgentips.com"]:upward(1)
# Blocking site cyberithub.com from google search
www.google.*##.g:has(a[href*="cyberithub.com"])
www.google.*##a[href*="cyberithub.com"]:upward(1)
# Blocking site idroot.us from google search
www.google.*##.g:has(a[href*="idroot.us"])
www.google.*##a[href*="idroot.us"]:upward(1)
# Blocking site howtoinstall.co from google search
www.google.*##.g:has(a[href*="howtoinstall.co"])
www.google.*##a[href*="howtoinstall.co"]:upward(1)
# Blocking site tecmint.com from google search
www.google.*##.g:has(a[href*="tecmint.com"])
www.google.*##a[href*="tecmint.com"]:upward(1)

6
sites
View File

@ -1,2 +1,6 @@
itslinuxfoss.com itslinuxfoss.com
nextgentips.com nextgentips.com
cyberithub.com
idroot.us
howtoinstall.co
tecmint.com