Monday 10 April 2017

How to change visited link color in Chrome browser

Generally when you click on a link the color change is not noticeable. Its color changes form blue to purple which is not distinguishable at all. Here, I am going to familiarize you with a chrome addon/extension which can change visited url color as you like. You can change the color to red, yellow, green and so on.

How to change default color of visited url/link. I am changing the color to red, but you can use other colors too.

Watch this video for step by step guide on how to configure stylish addon to change visited link color



-----------------------------------------------------------------------------------------------
Link to Stylist extension: https://chrome.google.com/webstore/detail/stylist/pabfempgigicdjjlccdgnbmeggkbjdhd?hl=en
------------------------------------------------------------------------------------------------
Here is the code -exclude apostrophe "A:visited { color: red ! important }"
------------------------------------------------------------------------------------------------------
If you want to use different color:

Substitute red for another color like black, brown, blue or use a hex color code. You can get hex color code here: http://www.color-hex.com/
hence the following:
A:visited { color: brown ! important }
A:visited { color: black ! important }
or use a hex color number...
A:visited { color: #a47709 ! important }





How to find wireless network password in Windows 10

Suppose your PC is connected to your office or friend's wifi network but you don't know the password. You can easily see the password with a few clicks. All you need to do is to go tot the network settings and check the properties.


  • Open run by pressing windows key and R together. Now type ncpa.cpl and press Enter.
  • Select your wifi adapter and click view status of this connection. 

  • Click on wireless properties 
  • Select security tab
  • Now check the box of show characters and you will find the password. 




You can watch this video for more clarification: view saved Wi-Fi passwords in Windows 10