color change for visited links
-
I am evaluating using Vivaldi as my default browser. One thing that Firefox has is you can assign a color for visited links. It helps me avoid visiting links that I have already visited.
-
Very easy. Install the extension Stylus:
https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
Look for this post for instructions:
https://forum.vivaldi.net/topic/16224/general-question-can-you-change-font/21
Paste this code instead:
/*NOT VISITED*/ a:link, h1:link, h2:link, h3:link, h4:link {color: #3f81ea !important; text-decoration: none !important; text-decoration-color: #3f81ea !important;} /*VISITED*/ a:visited, .fl:visited, *:visited, h1:visited, h2:visited, h3:visited, h4:visited {color: #00663e !important; text-decoration: none !important; text-decoration-color: #00663e !important;}
-
@lruenes Thank you for the suggestions. Before making a request, please take note of the Feature Request forum category rules:
Search to make sure the feature you have in mind hasn’t been requested already.
Upvote features you like.
If a feature hasn’t been requested, start a new topic. Post only one feature request per topic.
Choose a clear and concise title for the topic and describe the feature in more detail in the body of the post.Please vote for/comment on the existing requests:
-
Ppafflick moved this topic from Desktop Feature Requests on
-
Ppafflick moved this topic from Mobile Browser on