9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
# Blocking site itslinuxfoss.com from google search
|
|
www.google.*##.g:has(a[href*="itslinuxfoss.com"])
|
|
www.google.*##a[href*="itslinuxfoss.com"]:upward(1)
|
|
|
|
# Blocking site nextgentips.com from google search
|
|
www.google.*##.g:has(a[href*="nextgentips.com"])
|
|
www.google.*##a[href*="nextgentips.com"]:upward(1)
|
|
|