Add more linux spam sites
zoomadmin.com thelinuxfaq.com linuxhint.com
This commit is contained in:
parent
eaf43db226
commit
6ff1ec9ae7
2 changed files with 15 additions and 0 deletions
|
@ -22,3 +22,15 @@ www.google.*##a[href*="howtoinstall.co"]:upward(1)
|
||||||
www.google.*##.g:has(a[href*="tecmint.com"])
|
www.google.*##.g:has(a[href*="tecmint.com"])
|
||||||
www.google.*##a[href*="tecmint.com"]:upward(1)
|
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)
|
||||||
|
|
||||||
|
|
3
sites
3
sites
|
@ -4,3 +4,6 @@ cyberithub.com
|
||||||
idroot.us
|
idroot.us
|
||||||
howtoinstall.co
|
howtoinstall.co
|
||||||
tecmint.com
|
tecmint.com
|
||||||
|
zoomadmin.com
|
||||||
|
thelinuxfaq.com
|
||||||
|
linuxhint.com
|
||||||
|
|
Loading…
Reference in a new issue