How to Change the Visited Link Color in the Google Search Results

I feel uncomfortable when I see the Google search results because both the visited link color and ‘not-visited’ link color on the Google search appear the same for me. By default, Google shows the visited link color in the light blue and unvisited link color in the dark blue. So, I felt I needed to change the color of the visited links In Google Search Results.

Change The Color Of Visited Links In Google Search Results

How to Change the Color Of Visited Links in Google Search Results

If you are the person who may have problems with the color vision and want to change the default visited color in the Google search results. Here is a small tutorial that helps you to change the default visited link color in the Google search results with the User Script. It works on all browsers, including Firefox and Chrome.

1] User Styles Add-on for the Firefox

The User Style scripts empower your browsing experience by adding a custom interface to the web. The User Styles Add-on for Firefox helps you to write a custom user style and execute it. After installation of this Add-on, go to the Firefox Add-on page by hitting the Ctrl+Shift+A keyboard shortcut.

In the Add-on’s tab, go to the User Styles tab, which is on the left side of the Tab. In the User Styles tab, hit the ‘Write New Style’ button at the top, later give the title for the user style and copy the following code in the text box.

Change The Color Of Visited Links In Google Search Results

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.google.com") {
a:visited{color:black !important}

2] User Style Extension for the Chrome Browser

This extension is also available for the Chrome browser, and it works far better than the Firefox extension. After the installation of this extension for the Chrome browser user styles icon is displayed beside the wrench icon. Find it at the top right corner of the browser. Then hit the icon and hit Manage installed styles link. It will navigate you to the stylish there hit Write new style button on the left. Enter the above code.

Chrome extension User Style

In the last line of the code, we have described the color as black. You can choose your color. It displays the best color for visited links in the Google search results for you. You can download and install it from here.

So to which color did you change the Color Of Visited Links in Google Search Results? Do you prefer a different color? Let us know in the comments.