Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How mak an iMacro to toggle Tools >Options > Content > Colors > Allow Pages Own Colors

  • 2 antwoorden
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van philipp

more options

Every day in Firefox I go back and forth repeatedly, enabling my own System Colors, then going back to "Allow pages to choose their own colors".

I've tried to create an iMacro to do this, but apparently I haven't leaned iMacros correctly, because none of the several times I've tried it have worked.

Can someone write the macro for me, or tell me what the steps of the iMacro should be?

The two setting I want to toggle are: Tools > Options > Content* > Colors > Allow pages to choose their own colors, instead of my selections above and Tools > Options > Content* > Colors > [uncheck] Allow pages to choose their own colors, instead of my selections above

  • I always leave Content selected in the Tools > Options window, specifically so I can do the above series without having to mouse-click on Content

Thanks!

Every day in Firefox I go back and forth repeatedly, enabling my own System Colors, then going back to "Allow pages to choose their own colors". I've tried to create an iMacro to do this, but apparently I haven't leaned iMacros correctly, because none of the several times I've tried it have worked. Can someone write the macro for me, or tell me what the steps of the iMacro should be? The two setting I want to toggle are: Tools > Options > Content* > Colors > Allow pages to choose their own colors, instead of my selections above and Tools > Options > Content* > Colors > [uncheck] Allow pages to choose their own colors, instead of my selections above * I always leave Content selected in the Tools > Options window, specifically so I can do the above series without having to mouse-click on Content Thanks!

Alle antwoorden (2)

more options

If you need to do this at startup then check for problems with the prefs.

You can create a file user.js in the Firefox profile folder to set the browser.display.use_document_colors to true.

  • user_pref("browser.display.use_document_colors", true);

The user.js file is read each time you start Firefox and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

more options

hello, you could simply try it with an add-on like https://addons.mozilla.org/en-US/firefox/addon/toggledocumentcolors-198916/