simonlindholm/toggle-gifs

Question on Options #2

Closed this issue · 2 comments

Are the possible values in about:config documented?

Not really, but https://github.com/simonlindholm/toggle-gifs/blob/master/options.xul should be a reasonable reference. Search for "defaults =" in bootstrap.js if you're interested in the default values.

in particular, pauseExceptions is a comma (+optional space)-separated list of domains which are exceptions to defaultPaused, hoverPauseWhen == 1 means that hovering another GIF stops the previous animation (an int instead of a bool for future extensibility), and originalAnimationMode is the value of image.animation_mode on install (only relevant for uninstalls).