How do I change the color of visited links to a color of my choice in FF for Android?
I'd like to change the color of visited links from the purple-ish default to something more visible, such as orange. In the desktop version of Firefox, I accomplished this by creating a userContent.css file and adding it to the chrome folder of my user profile.
I'd like to do the same for the Android version of Firefox that I'm using on my tablet, but I can't figure out how to do that. It must be possible, so how can I accomplish this?
All Replies (2)
Check this solution n see if it helps.
https://support.mozilla.org/en-US/questions/1064007
Also, different hex codes for different colors:-
https://developer.mozilla.org/en/docs/Web/CSS/color_value
Cheers !!
Changing the color in browser.visited_color alone didn't fix the problem for me, but doing that AND adding the Visited Link Enabler addon did fix it.
Changing the color alone doesn't necessarily solve the problem, as many sites define their own link colors. The Visited Link Enabler addon overrides those settings.
Problem solved.
Thanks!