In the past, it was possible to make the maximum zoom level in firefox effectively unlimited just by setting zoom.maxPercent
in about:config to something giant, but as of late it's no longer possible to zoom past 500%.
Is there a way to do this anymore aside from adding a fuckoff huge number of steps in toolkit.zoomManager.zoomValues
? Sure I can shit out a script that generates a few hundred steps but that seems really clunky.
I would prefer to not use extensions if possible.