Last active
November 8, 2022 05:04
-
-
Save correabuscar/ad80fbf7005f250bcf4fee9ea962c886 to your computer and use it in GitHub Desktop.
Why my FireFox does not remember page zoom?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in addition to this https://support.mozilla.org/en-US/questions/1263153 | |
my issue was solved by making sure the `about.config` setting | |
`browser.zoom.siteSpecific` is `true` instead of `false`. | |
The latter could happen if you use something akin to | |
https://github.com/pyllyukko/user.js | |
ie. https://github.com/pyllyukko/user.js/issues/374 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pyllyukko/user.js#374