-
Every time I close and re-open Firefox, my pinned websites on the New Tab keeps disabling on its own and I have to re-enable it to see my pinned websites again. Is there a way to just let it stay each time I re-open Firefox and open a new tab? |
Beta Was this translation helpful? Give feedback.
Answered by
yokoffing
Aug 14, 2023
Replies: 1 comment 2 replies
-
The pref that is disabling pinned shortcuts is from Peskyfox: Line 217 in 1a06cb1 So you just need to add this to the bottom of your
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yokoffing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pref that is disabling pinned shortcuts is from Peskyfox:
Betterfox/Peskyfox.js
Line 217 in 1a06cb1
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