Change visited and normal links color in Google Search
Change links color in Google Search by maxkolenko
Details
Authormaxkolenko
LicenseNo License
Categorywww.google.com/search
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 Change visited and normal links color in Google Search
@version 20240726.17.36
@namespace www.google.com/search
@description Change visited and normal links color in Google Search
@author maxkolenko
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/search") {
A:link {
color: RoyalBlue ! important
}
A:visited {
color: MediumAquaMarine ! important
}
}