Turns visited links green and keywords purple
Muji - Google Green Visted Links by SandCaster
Details
AuthorSandCaster
LicenseNo License
Categoryhttps://google.com
Created
Updated
Size465 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 Google Custom Colors
@namespace https://userstyles.world/
@version 1.0
@description Customizes the colors of links, headings, and visited links on Google.
==/UserStyle== */
@-moz-document domain("google.com") {
a h3 {
color: #1865d9 !important;
}
em {
color: #b04bcc !important;
}
a:visited, a:visited h3, a:visited em {
color: #2ea646 !important;
}
}