firefox-extensions.default-zoom: tune defaultZoom, 2.0 -> 1.7

This commit is contained in:
2024-12-01 22:35:28 +00:00
parent 2b7d457e2a
commit e2f3491131

View File

@@ -4,7 +4,10 @@
// it works for the homepage too, except for a first-run edge case wherein the homepage is loaded // it works for the homepage too, except for a first-run edge case wherein the homepage is loaded
// before any extensions are loaded // before any extensions are loaded
// //
let defaultZoom = 2.0; // considerations:
// - desko: youtube.com is most comfortable 1.6 - 1.8
// - desko: wikipedia.org is most comfortable 1.7 - 1.9
let defaultZoom = 1.7;
function setZoom(tabId, changeInfo) { function setZoom(tabId, changeInfo) {
if (changeInfo.status) { if (changeInfo.status) {