Skip to content

Change links color in Google Search by maxkolenko

Screenshot of Change links color in Google Search

Details

Authormaxkolenko

LicenseNo License

Categorywww.google.com/search

Created

Updated

Code size465 B

Code checksum2cfbc56

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Change visited and normal links color in Google Search

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

Reviews

No reviews yet.