Enable the purple color typically seen when a link has already been visited. The information is already on the page, Presearch just seems to not be using it.
Mark Visited Links by darkenvy
Details
Authordarkenvy
LicenseGPL-3.0-or-later
Categoryuserstyles
Created
Updated
Size482 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Initial commit.
Source code
/* ==UserStyle==
@name Mark Visited Links
@version 20220122.17.52
@namespace userstyles.world/user/darkenvy
@description Enable the purple color typically seen when a link has already been visited. The information is already on the page, Presearch just seems to not be using it.
@author darkenvy
@license GPL-3.0-or-later
==/UserStyle== */
@-moz-document domain("presearch.org") {
a:visited span[x-html="result.title"] {
color: #609 !important;
}
}