05-27-2019, 03:13 PM
(05-27-2019, 01:58 PM)Zebra Wrote: CentBrowser
I want to manually change the zoom levels set (via HEX-editor).
Where can I find these levels?
Which file to look for?
What exactly bytes sequence to search?
You need to search "default_zoom_level"(without quotes) in "User Data\Default\Preferences".
But the value of "x" is calculated from zoom level percentage.
x = log(zoom_level) / log(1.2)
For example, if your zoom level is 135%, then x equals log(1.35) / log(1.2) = 1.6460181545591597