Skip to content

Firefox Pinned Shortcuts on New Tab #207

Closed Answered by yokoffing
kerbyyy asked this question in Q&A
Discussion options

You must be logged in to vote

The pref that is disabling pinned shortcuts is from Peskyfox:

user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); // Shortcuts

So you just need to add this to the bottom of your user.js file:

user_pref("browser.newtabpage.activity-stream.feeds.topsites", true); // restore Top Sites on New Tab page

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yokoffing
Comment options

@kerbyyy
Comment options

Answer selected by yokoffing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants