搜索 | 用户支持

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

详细了解

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

  • 10 个回答
  • 40 人有此问题
  • 1 次查看
  • 最后回复者为 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?

被采纳的解决方案

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/

定位到答案原位置 👍 1

所有回复 (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

选择的解决方案

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!