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!

Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 10 réponses
  • 40 ont ce problème
  • 1 vue
  • Dernière réponse par 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?

Solution choisie

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/

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (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

Solution choisie

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!