Skip to content

Fix bing link color by gompro

Details

Authorgompro

LicenseNo License

Categorybing

Created

Updated

Code size215 B

Code checksum20519074

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes unvisited link color into blue for bing search results

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;
}

Reviews

No reviews yet.