firefox-extensions.default-zoom: tune defaultZoom, 1.8 -> 1.7
This commit is contained in:
@@ -6,10 +6,11 @@
|
|||||||
//
|
//
|
||||||
// considerations:
|
// considerations:
|
||||||
// - desko: fed.uninsane.org is most comfortable 1.8 - 2.4
|
// - 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: youtube.com is most comfortable 1.6 - 1.8
|
||||||
// - desko: wikipedia.org is most comfortable 1.7 - 1.9
|
// - desko: wikipedia.org is most comfortable 1.7 - 1.9
|
||||||
// - lappy: amazon.com is most comfortable 1.0 - 1.2
|
// - lappy: amazon.com is most comfortable 1.0 - 1.2
|
||||||
let defaultZoom = 1.8;
|
let defaultZoom = 1.7;
|
||||||
|
|
||||||
function setZoom(tabId, changeInfo) {
|
function setZoom(tabId, changeInfo) {
|
||||||
if (changeInfo.status) {
|
if (changeInfo.status) {
|
||||||
|
Reference in New Issue
Block a user