diff --git a/build/SITES-LIST b/build/SITES-LIST index 838a5b4..992619c 100644 --- a/build/SITES-LIST +++ b/build/SITES-LIST @@ -6,3 +6,19 @@ www.google.*##a[href*="itslinuxfoss.com"]:upward(1) www.google.*##.g:has(a[href*="nextgentips.com"]) 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) + diff --git a/sites b/sites index abcb049..893809c 100644 --- a/sites +++ b/sites @@ -1,2 +1,6 @@ itslinuxfoss.com -nextgentips.com \ No newline at end of file +nextgentips.com +cyberithub.com +idroot.us +howtoinstall.co +tecmint.com