ingolemo / firefox-dynamic-zoom

Firefox plugin to emulate viewing webpages in a fixed pixel wide window by dynamically adjusting the page zoom.
GNU General Public License v3.0
6 stars 1 forks source link

Disco windows #7

Open jboyens opened 3 years ago

jboyens commented 3 years ago

When you have two windows open to the same domain, the plugin fights with itself over which zoom is correct. It creates this wonderful disco flicker effect that is fun to watch, but difficult to cope with.

Love the extension, thank you so much.

ingolemo commented 3 years ago

Yeah, unfortunately firefox doesn't allow web extensions to use per-tab zooming, despite having the API for it. This issue can be worked around by going into about:config and setting browser.zoom.siteSpecific to false.

https://bugzilla.mozilla.org/show_bug.cgi?id=1319387