Skip to content

Instantly share code, notes, and snippets.

@correabuscar
Last active November 8, 2022 05:04
Show Gist options
  • Save correabuscar/ad80fbf7005f250bcf4fee9ea962c886 to your computer and use it in GitHub Desktop.
Save correabuscar/ad80fbf7005f250bcf4fee9ea962c886 to your computer and use it in GitHub Desktop.
Why my FireFox does not remember page zoom?
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
@correabuscar
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment