为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

default zoom level

more options

is it possible with stylish to set increase (eg 200% ) default zoom level for all web pages chrome has this option it s incredible that il 2015 firefox doesn t have it the reason why i m asking this is that no squint add on wont work with es 10 (this is very disappointing too one of the few reason a prefer firefox over chrome) So how can i set default zoom to 200 % with stylish?? thaks.

is it possible with stylish to set increase (eg 200% ) default zoom level for all web pages chrome has this option it s incredible that il 2015 firefox doesn t have it the reason why i m asking this is that no squint add on wont work with es 10 (this is very disappointing too one of the few reason a prefer firefox over chrome) So how can i set default zoom to 200 % with stylish?? thaks.

所有回复 (3)

more options

I'm not sure there is a clean way to do that with style rules. You could do set the base font size like this, but I don't know how effective it would be on sites that hardcode the sizes of numerous different elements:

html, body {font-size:200%;}

I looked at using transform and the problem I ran into was it didn't wrap to the viewport, so the page had a horizontal scroll bar. Maybe I was doing it wrong, but I gave up on it:

https://developer.mozilla.org/docs/Web/CSS/transform -- see scale() https://developer.mozilla.org/docs/Web/Guide/CSS/Using_CSS_transforms


Does this extension still work?

https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

more options

thanks for the reply can u please write complete style ? thanks.

more options

veryunhappyuser said

thanks for the reply can u please write complete style ?

Not today, maybe this weekend.