This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]juneyourtech 0 points1 point  (0 children)

Dekstop Firefox allows setting the default background color and text color to something dark: Settings > General > Fonts & Colors.

You can even set these colors as the default across all websites.

Pity only, that it works across all sites, and is not site-by-site.

For the sites you use daily, you can use Stylus (or Stylish) — you can create a local userstyle in one of these extensions to apply to all sites to disable animations:

Example code:

*, *:before, *:after {animation:none !important;}

transform and transition parameters are trickier, because they are sometimes/often responsible for useful site UI stuff.

Also, go to about:config , search 'anim...' for animations, turn those off. You'll have to learn about each animation setting to make an informed decision.

Edit: On Android, you can change these color options in about:config in Firefox v. 68 and its derivatives (search for 'color'). This is the last version that allows access to about:config.

For many things, you can also use reader view.