How can I quickly toggle page colors if I update from 36.0.4?
In 36.0.4, I use an add-on that's on my toolbar to toggle page colors between the page colors and my personal default colors. This is something I do very frequently. When I updated to version 37.0.1 or 2, I can't use this anymore and can't find an add-on that works. This is important enough to me to stay with 36.0.4.
Todas las respuestas (3)
The pref that controls this setting used to be a Boolean, but is now an Integer as you can see in Options/Preferences.
- Tools > Options > Content : Fonts & Colors > Colors
- browser.display.document_color_use
Override the colors specified by the page with my selections above:
0:Only with High Contrast themes; 1:Never; 2:Always - browser.display.use_system_colors
Extensions would need an update to continue to work.
You could look at the PrefBar extension and create a button to toggle document colors. Some discussion here:
Modificadas por cor-el el
What is the PrefBar extension?
PrefBar is a toolbar with the PrefBar items (buttons, check boxes, menu lists) or a toolbar button that opens a drop list You can create your own buttons or post a request in the above mentioned mozillaZine thread.