Changes unvisited link color into blue for bing search results
Fix bing link color by gompro
Details
Authorgompro
LicenseNo License
Categorybing
Created
Updated
Size215 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.bing.com
@version 202302270113
@namespace ?
==/UserStyle== */
#b_results a {
color: blue !important;
}
#b_results a:visited {
color: #4007a2 !important;
}