Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 4 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 16 views
  • Last reply by scottishsandy

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

Read this answer in context 👍 0

All Replies (4)

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

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?

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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 மூலமாக திருத்தப்பட்டது