2023-05-01 13:09:19 +00:00
|
|
|
# Blocking site itslinuxfoss.com from google search
|
|
|
|
www.google.*##.g:has(a[href*="itslinuxfoss.com"])
|
|
|
|
www.google.*##a[href*="itslinuxfoss.com"]:upward(1)
|
|
|
|
|
2023-05-15 14:05:51 +00:00
|
|
|
# Blocking site nextgentips.com from google search
|
|
|
|
www.google.*##.g:has(a[href*="nextgentips.com"])
|
|
|
|
www.google.*##a[href*="nextgentips.com"]:upward(1)
|
|
|
|
|