Chrome : How to block socketloop.com links in Google SERP?
Problem:
You suspect that the atoms inside your brain will start to rearrange in undesirable ways or cause one or two blood vessels to burst if you keep seeing socketloop.com links in Google SERP(search engine result page). You also realise that you are not in the position to tell Google's board to alter their search results to suit your taste immediately.
What can you do about this?
Solution:
Instead of anchoring the name socketloop.com in your brain each time( thus occupying your brain cells) and remembering which links not to click on, use Google's own Personal Blocklist extension on Chrome to ensure socketloop.com's links will never appear on the SERP again to harass your eye balls.
Download the extension with Chrome at
https://chrome.google.com/webstore/detail/personal-blocklist-by-goo/nolijncfnkgaikbjbdaogikpmpbdcdef
NOTES: This tutorial is inspired by conversation with Mr. Bill Jones.
See also : Chrome : ERR_INSECURE_RESPONSE and allow Chrome browser to load insecure content
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+21.7k Golang : Encrypt and decrypt data with TripleDES
+8.9k Golang : Get final balance from bit coin address example
+5.7k Javascript : How to refresh page with JQuery ?
+7.5k Golang : Gorrila set route name and get the current route name
+7.7k Golang : Test if an input is an Armstrong number example
+13.7k Golang : reCAPTCHA example
+12.8k Golang : Add ASCII art to command line application launching process
+16.7k Golang : Generate QR codes for Google Authenticator App and fix "Cannot interpret QR code" error
+8.8k Golang : Find duplicate files with filepath.Walk
+23.8k Find and replace a character in a string in Go
+5.7k Golang : Detect words using using consecutive letters in a given string
+5.7k Swift : Get substring with rangeOfString() function example