Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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".

Learn More

How do I change the default zoom for New Tab only?

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

more options

The New Tab zoom in Firefox 33 is too high to see all 12 of my thumbnails. I changed it using ctrl- but the next time I opened a New Tab, the zoom was back at 100%. How do I change the default zoom for New Tab only?

The New Tab zoom in Firefox 33 is too high to see all 12 of my thumbnails. I changed it using ctrl- but the next time I opened a New Tab, the zoom was back at 100%. How do I change the default zoom for New Tab only?

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

I posted a style rule to shrink the thumbnails, which allows more of them on the page, but naturally reduces their legibility. You can experiment with the dimensions to find an appearance that works for you.

https://userstyles.org/styles/106326/shrink-new-tab-thumbnails

I use the Stylish extension for experimenting because of its Preview feature that lets me see the effect quickly. You can install it from the Add-ons site, then after restarting Firefox look for its "S" icon on the toolbar to Manage Styles so you can edit and experiment.

https://addons.mozilla.org/firefox/addon/stylish/

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

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

more options

Firefox normally stores your preferred zoom level on a site-by-site basis, but it sounds as though that doesn't work for built-in pages.

The NoSquint extension keeps its own list of site-specific zoom levels. Maybe that would work for internal pages?

https://addons.mozilla.org/firefox/addon/nosquint/

more options

Unfortunately NoSquint doesn't work either. The option to use NoSquint is greyed out.

more options

Zooming out works for me with the about:newtab page provided that I'm enabling site specific zoom and not clearing the Site Preferences.

You could check the content-prefs.sqlite file in the Firefox profile folder with the SQLite Manager extension.

more options

cor-el, what am I looking for in content-prefs.sqlite?

more options

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

I posted a style rule to shrink the thumbnails, which allows more of them on the page, but naturally reduces their legibility. You can experiment with the dimensions to find an appearance that works for you.

https://userstyles.org/styles/106326/shrink-new-tab-thumbnails

I use the Stylish extension for experimenting because of its Preview feature that lets me see the effect quickly. You can install it from the Add-ons site, then after restarting Firefox look for its "S" icon on the toolbar to Manage Styles so you can edit and experiment.

https://addons.mozilla.org/firefox/addon/stylish/

more options

That would be an entry that refers to the about:newtab page.

You can use the SQLite Manager extension to generate a list.

  1. Open Profile Directory -> content-prefs.sqlite -> Go
  2. Hit the "Execute SQL" tab
  3. Use a SELECT like this:
SELECT groups.name, settings.name, prefs.value
FROM groups, prefs, settings
WHERE (prefs.groupID = groups.id) AND (prefs.settingID = settings.id) AND (groups.name LIKE 'about:newtab')
more options

thanks to dillon1990 i found stylish and the search box is gone from the page like i wanted

jscher, i saw the page you did and they're too squashed

with the search box gone and ctrl- a few times i can fit 12 on a page and they look just fine i just want them to stay that way...

more options

no squint works on everything except the new tab page.

more options

You can try to toggle the browser.newtab.preload pref to see if that makes zooming the about:newtab page work.

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

more options

Worked like a charm, thanks!