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

This commit is contained in:
2024-12-01 23:34:19 +00:00
parent 285ebf915f
commit b5581b57f3

View File

@@ -6,10 +6,11 @@
//
// considerations:
// - desko: fed.uninsane.org is most comfortable 1.8 - 2.4
// - desko: github.com is most comfortable 1.5 - 2.0
// - desko: youtube.com is most comfortable 1.6 - 1.8
// - desko: wikipedia.org is most comfortable 1.7 - 1.9
// - lappy: amazon.com is most comfortable 1.0 - 1.2
let defaultZoom = 1.8;
let defaultZoom = 1.7;
function setZoom(tabId, changeInfo) {
if (changeInfo.status) {