当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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.