Mozilla Monitor website will be down for 2 hours starting 5/20/2025 at 6 AM PT. Visit our status site for updates.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Update 138.0 broke my ability to set link colors

  • 2 àwọn èsì
  • 25 ní àwọn ìṣòro yìí
  • 41 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ ff80

more options

Previously I could change the color of ONLY visited links. 138 broke that ability and replaced it with a contrast setting that changes every kind of link color and the page background color/design too. This totally stinks and makes the visited web pages look terrible and hard to read too.

Is there a way to set FF so that ONLY visited link colors can be changed to the preferred one?

Previously I could change the color of ONLY visited links. 138 broke that ability and replaced it with a contrast setting that changes every kind of link color and the page background color/design too. This totally stinks and makes the visited web pages look terrible and hard to read too. Is there a way to set FF so that ONLY visited link colors can be changed to the preferred one?

All Replies (2)

more options

Hmm, I see what you mean. In the new Contrast Control section, link colors now can only be customized as part of High Contrast mode.

I don't see an immediate workaround using built-in features, but I'm sure others will ask about this so I'll keep an eye on it.

Meanwhile, you could consider using an add-on that lets you apply your own styles to web pages. Here's how that would work:

(1) Install the Stylus extension: https://addons.mozilla.org/firefox/addon/styl-us/

This add-on lets you apply custom style rule overrides to web pages.

(2) Find the Stylus "S" button on the toolbar or Extensions button drop-down list, click that button, then click Manage to open a new tab with the Stylus dashboard.

(3) In the left column, look for and hover a heavy + button. If the tooltip says "Write new style" go ahead and click.

In the first field at the left, enter a name like Visited Brown and on the right side, paste this code:

a:link {
  color: blue !important;
  text-decoration-color: blue !important;
}
a:visited {
  color: brown !important;
  text-decoration-color: brown !important;
}
 

Then click Save. You can use a page with links to test the color. To fine-tune, back in the Stylus editor, click the little colored square to pull up a color chooser (example screenshot attached).

Helpful?

more options

Stylus works somewhat but the selected color for the links differs by web page--the color intensity can be markedly different. Wonder why. But thanks.

The 138.0 update broke the addon "visited-color-picker" which previously worked perfectly and the color was identical on every page. It also broke "visitedlinkenabler" which wasn't quite as good but still did the job.

So Stylus will work for me as a temporary work-around, but the developers need to bring back the older color picker option.

Helpful?

Béèrè ìbéèrè

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.