How do i set a custom zoom percentage on Opera?
-
sodaddict last edited by
On Firefox, i have YouTube's zoom set to 133%, just the way i like it. Now, I'm switching over to Opera as my browser and the zoom only goes between 125% and 150%.
I don't believe there is a way to set it to exactly 133%, but if there is a way, how do i do it? If not, then is there an extension that can do it?
-
burnout426 Volunteer last edited by burnout426
First, set youtube.com to 125% and close the tab so that there's an exception for youtube in "Menu -> settings -> websites -> zoom".
Then, while Opera is closed, use JSONedit to edit the "Preferences" file in the profile directory. See
opera://about
for the location.Under "Partition -> Per-host zoom levels -> x -> www.youtube.com -> zoom_level", edit the value and save. Try 1.33 to see if that works. It says 127% for me in the UI then. 1.55 gives me 133% in the UI.
Anyway, play around with that.
-
bobhurd last edited by
@burnout426 said in How do i set a custom zoom percentage on Opera?:
First, set youtube.com to 125% and close the tab so that there's an exception for youtube in "Menu -> settings -> websites -> zoom".
Then, while Opera is closed, use JSONedit to edit the "Preferences" file in the profile directory. See
opera://about
for the location.Under "Partition -> Per-host zoom levels -> x -> www.youtube.com -> zoom_level", edit the value and save. Try 1.33 to see if that works. It says 127% for me in the UI then. 1.55 gives me 133% in the UI.
Anyway, play around with that.
I downloaded the latest JSONedit . On my Windows 10 Pro system, the path that is listed in Opera's for the profile directory is:
C:\Users\Owner\AppData\Roaming\Opera Software\Opera Stable
Obviously the correct location for the Opera installation filesHowever, when I browse through that subdirectory, I cannot find a "Preferences.json" file there. The closest file name to that was the "prefs_override.json" file which I checked in the JSONedit application just to see what was in that file and to see if JSONedit worked. The application works well, but the "prefs_override.json" file was obviously not the correct preferrences file indicated in burnou426's post. I've looked seemingly everywhere for this "Preferrences" json file, but I just can't find it.. I have found a preferences file that has no file extension in that location. However, when I open the file with JSONedit, It doesn't render properly. All the text is displayed on one long line and is not parsed as in other files that have a json file extension. Just for a try, I opened the preferences file in Notepad++ (a free programmer enhanced version of MS notepad) and it was just a big blob of concatenated text.
Does anyone have any suggestion's as to where this file is located or is it named something different now???
-
burnout426 Volunteer last edited by
@bobhurd said in How do i set a custom zoom percentage on Opera?:
I have found a preferences file that has no file extension in that location
That's the one.
@bobhurd said in How do i set a custom zoom percentage on Opera?:
However, when I open the file with JSONedit, It doesn't render properly. All the text is displayed on one long line and is not parsed as in other files that have a json file extension.
That's odd. That's the right file.
@bobhurd said in How do i set a custom zoom percentage on Opera?:
Just for a try, I opened the preferences file in Notepad++ (a free programmer enhanced version of MS notepad) and it was just a big blob of concatenated text.
It should be a bunch of text without white-space. But, the text should be JSON.