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

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

Learn More

How do I add a shortcut of my choosing to my firefox browser in W10?

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

more options

How do I add a shortcut of my choosing to my firefox browser in W10?

How do I add a shortcut of my choosing to my firefox browser in W10?

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

See:

Tiles you have pinned a website are stored in browser.newtabpage.pinned on the about:config page. The format is an array with {"key":"value"} pairs in JSON format: *{"url":"https://...","label":"label-name","customScreenshotURL":"url"} Unpinned items have a null value,so you can use that to skip tiles (start and in between).

  • [null,null,{"url":"<url1>","label":"<label1>"},{"url":"<url2>","label":"<label2>"},null,{"url":"<url3>","label":"<label3>"}]

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".

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

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

more options

Are you talking about starting Firefox, or having the browser open a wanted website?

more options

On the startup page in a new Firefox tab you have shortcuts 1,2,3 or 4 rows what I'm asking is how do you personalize these? I have done one by opening a tab and just copying and pasting the URL & the URL for the Icon image but is there a more efficient way?

more options

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

See:

Tiles you have pinned a website are stored in browser.newtabpage.pinned on the about:config page. The format is an array with {"key":"value"} pairs in JSON format: *{"url":"https://...","label":"label-name","customScreenshotURL":"url"} Unpinned items have a null value,so you can use that to skip tiles (start and in between).

  • [null,null,{"url":"<url1>","label":"<label1>"},{"url":"<url2>","label":"<label2>"},null,{"url":"<url3>","label":"<label3>"}]

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".

Τροποποιήθηκε στις από το χρήστη cor-el