Zoom, Find in Page & other actions in Web Panels
-
It would be nice if the Dark Mode is actual dark mode and not invert colors .. Because inverting the colors will destroy the whole theme of the webpage, where as dark mode only turns White into Black and vice versa and the rest of the theme will remain the same ..
PS: Sorry about my bad English .. I hope you guys will understand my point ..
-
Can you make the zoom slider support steps of 5% ?
-
@pesala Do you mean the zoom slider on the main vivaldi window?
-
@lonm No. I mean the vertical zoom slider on your mod.
-
@pesala I might be misunderstanding. This mod doesn't have a slider, it just has buttons.
-
@lonm I posted to the wrong thread.
-
@pesala ah, ok. no worries.
Incidentally, if anyone did want finer control of the vivaldi page zoom, turns out it's not too difficult. It uses a js mod like so:
(function finerZoom(){ try{ document.querySelector(`.page-zoom-controls input[type="range"]`).setAttribute("step", "0.05"); } catch { setTimeout(finerZoom, 500); } })();
-
Hello, is it possible to make all pages load at the default the zoom value? Currently, I have set the DEFAULT_ZOOM to 0.7. When opening panels for the first time, reloading the page, navigating within the panel, etc causes the zoom level to reset to 100%.
-
@random94 I never managed to figure out how to make that work. It might not be possible. If someone else solves it, I can add it in.
-
@random94 The Web Panel zoom is always set to 100% and is not changeable.
Vote for Change Web Panels Zoom
To have web pages remember their zom level, in Settings, Webpages, disable:
Use Tab ZoomThis will record the zoom level for each site where you change the default zoom from 0.7 to something else, so is a privacy risk.
chrome://settings/content/zoomLevels
(fixed broken link) -
@pesala said in Zoom, Find in Page & other actions in Web Panels:
vivaldi://settings/content/zoomLevels
I have this view on vivaldi://settings/content/zoomLevels :
Where I can find "default zoom from 0.7 " ?
-
@mikhailkap
Hi, simply search for zoom in the settings search field, you will get UI zoom and the page zoom settings. There you can change the Use tab Zoom setting.Cheers, mib
-
I allowed CSS mods in vivaldi://experiments, added the file to a folder and selected it in "custom UI modifications". Nothing happened, even after restarting the entire OS. Am I doing something wrong?
-
@ladeira42
Hi, if you meant the code @LonM posted, this is a java script file. These does not work with the experimental settings.
You have to edit the browser.html in the Vivaldi application folder.
Windows/Users/user/Downloads/Vivaldi/Application/5.5.2805.42/resources/vivaldi
This is a Linux path, you can find the executable path in the Help > About menu.
Save the code as filename.js and copy it to the same folder.
If you open the browser.html with a text editor you can see how the other .js files are implemented in the file.<script src="yourfile.js"></script>
Cheers, mib
-
@mib2berlin It worked! Cheers!
-
At newer vivaldi 5.7 maybe need some updates
Some icons gone and the panel bar becomes too thick
(Maybe some browser's code changed causes...)Hopes the new update
(The function still working... but need to guess where the button is XD) -
@YsPan I've updated the code now to work with 5.7. Thanks for reporting the bug
-
@LonM It seems fixed, thanks you very much!
-
@LonM is it possible to force dark mode from start in this script? Sorry to bother. :s
-
@ladeira42 I have had difficulty in the past making the mod work with auto loading certain features when the site in the panel loads, so I don't think that is possible.