FireFox : How to modify the default zoom levels
1. Open Firefox
2. In the address bar type "about:config"
https://i.imgur.com/5tqyccr.png
3. Click on the "I accept the risk!" button
https://i.imgur.com/Mqj1JYD.png
4. In the search bar type "zoom"
https://i.imgur.com/p1TtGyq.png
https://i.imgur.com/grP6DUS.png
5. Look for the following entry:
toolkit.zoomManager.zoomValues
zoom.maxPercent
zoom.minPercent
https://i.imgur.com/UWc1dFA.png
https://i.imgur.com/rGpYMO4.png
https://i.imgur.com/iv4TpDS.png
6. Double click to modify the value
https://i.imgur.com/g6aqA5b.png
https://i.imgur.com/L3usX8V.png
https://i.imgur.com/TTSGGFy.png
7. Restart firefox ( quit firefox , open firefox again )
注意一下這些數值相互間的匹配
在 toolkit.zoomManager.zoomValues 中設定為 1,1.5,2,2.5,3,4,5,6,7,8,9,10
表示最大縮放比例為10倍
最小縮放比例為1倍
所以 zoom.maxPercent 要設為 1000
zoom.minPercent 要設為 100
zoom.maxPercent 設為 1000
表示最大縮放比例為1000%
1000% = 10
這樣才能和 toolkit.zoomManager.zoomValues 設定的數值相匹配
而 zoom.minPercent 設為 100
表示最小縮放比例為100%
100% = 1
這樣才能和 toolkit.zoomManager.zoomValues 設定的數值相匹配
相關文件:
http://kb.mozillazine.org/Toolkit.zoomManager.zoomValues
http://kb.mozillazine.org/Zoom.maxPercent
http://kb.mozillazine.org/Zoom.minPercent
沒有留言:
張貼留言