We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

V.22 Font size very large; intro page opens each time; add-ons are checked each opening

  • 2 trả lời
  • 10 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi Aftoora

more options

Since installing V.22, every time I open Firefox, the "checking add-ons for compatibility" runs, and the new Introduction page opens. I'm running Windows 7 Pro.

Since installing V.22, every time I open Firefox, the "checking add-ons for compatibility" runs, and the new Introduction page opens. I'm running Windows 7 Pro.

Giải pháp được chọn

Thanks cor-el, That solved the font problem! I uninstalled and reinstalled Firefox and that solved the recurring Intro page and the Add-on scanning problems.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (2)

more options

You can check for problems with preferences and rename or delete the prefs.js file and possible numbered prefs-##.js files and a possible user.js file to reset all prefs to the default value.


Code changes regarding HiDPI support have landed in Firefox 22 and later (bug #844604).

You can modify the layout.css.devPixelsPerPx and increase or decrease the value in 0.1 or 0.05 steps to adjust the size of fonts and other elements in Firefox.

  • The layout.css.devPixelsPerPx pref is a String value parsed to a float and allows to fine tune the dimensions of all elements (user interface and web pages) more precisely (resolution 0.1 or 0.05).
  • Change the default value -1 to 1 to make it work like in previous Firefox versions (100%)
  • Use values between 0.05 and 1.0 to reduce elements in size.
  • Use values greater than 1.0 to magnify and make elements larger (percentage divided by DPI, % / DPI).
  • http://kb.mozillazine.org/about:config

If web pages needs to be adjusted after changing this pref then you can look at the Default FullZoom Level or NoSquint extension.

Use this extension to adjust the font size for the user interface:

Được chỉnh sửa bởi cor-el vào

more options

Giải pháp được chọn

Thanks cor-el, That solved the font problem! I uninstalled and reinstalled Firefox and that solved the recurring Intro page and the Add-on scanning problems.