yokoffing / Betterfox

Firefox user.js for speed, privacy, and security. Your favorite browser, but better.
MIT License
6.08k stars 150 forks source link

Is there a way to re-enable pocket? #289

Closed heliophane closed 7 months ago

heliophane commented 7 months ago

Hello all,

I really like betterfox for the speed increases it gives me, but I actually like to use pocket. Is there a way to re-enable the pocket button? I checked the customize interface menu but it wasn't present. Is there a way to re-enable the button?

yokoffing commented 7 months ago

Add these prefs to the bottom of your user.js, where it says MY OVERRIDES:

user_pref("extensions.pocket.enabled", true);
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", true);

You can find them at: https://github.com/yokoffing/Betterfox/blob/c36643914571d10b45f863e3916441071b838ae3/user.js#L215-L216

https://github.com/yokoffing/Betterfox/blob/c36643914571d10b45f863e3916441071b838ae3/Peskyfox.js#L310-L315

https://github.com/yokoffing/Betterfox/blob/c36643914571d10b45f863e3916441071b838ae3/Peskyfox.js#L286-L287

heliophane commented 7 months ago

Thank you!!!