Add more linux spam sites
zoomadmin.com thelinuxfaq.com linuxhint.com
This commit is contained in:
parent
eaf43db226
commit
6ff1ec9ae7
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user