Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

is Top Sites (under new tab) limited to 2 rows (12 items)? I think old version had more.

  • 4 απαντήσεις
  • 44 έχουν αυτό το πρόβλημα
  • 2 προβολές
  • Τελευταία απάντηση από Ronshere

more options

Is new version limiting the number of Top Site items that can be displayed?

I sure thought that the old version allowed quite a few more. 2 rows (and lots of blank space) when I turn off pockets, etc seems stupid.

The controls do not appear to allow one to select more than 2 rows.

Is new version limiting the number of Top Site items that can be displayed? I sure thought that the old version allowed quite a few more. 2 rows (and lots of blank space) when I turn off pockets, etc seems stupid. The controls do not appear to allow one to select more than 2 rows.

Επιλεγμένη λύση

It's a bit hidden, but you can actually change this in the new version:

  1. type "about:config" in the address bar
  2. click the "I accept the risk" button
  3. In the search field at the top, type "browser.newtabpage.activity-stream.topSitesCount"
  4. double-click the item that appears in the list
  5. enter the number 18 and click "OK".

You can actually have more than three rows if you want as well - entering 24 gives you 4 rows, 30 gives you 5 rows, etc.

Hope that helps!

Ανάγνωση απάντησης σε πλαίσιο 👍 139

Όλες οι απαντήσεις (4)

more options

Επιλεγμένη λύση

It's a bit hidden, but you can actually change this in the new version:

  1. type "about:config" in the address bar
  2. click the "I accept the risk" button
  3. In the search field at the top, type "browser.newtabpage.activity-stream.topSitesCount"
  4. double-click the item that appears in the list
  5. enter the number 18 and click "OK".

You can actually have more than three rows if you want as well - entering 24 gives you 4 rows, 30 gives you 5 rows, etc.

Hope that helps!

more options

It works EXCEPT every time Firefox updates it reverts back. Not good.

more options

You can consider to use a user.js file to set this specific pref.

  • user_pref("browser.newtabpage.activity-stream.topSitesCount", 18);

The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

more options

Hey great, cor-el Thanks for that.