6 ms·
If you'd like to disable pocket, here are instructions: https://help.getpocket.com/article/1025-disabling-pocket-in-firefox https://help.getpocket.com/article/
by jp_rider 9y ago
If you'd like to disable pocket, here are instructions:
https://help.getpocket.com/article/1025-disabling-pocket-in-firefox https://help.getpocket.com/article/1025-disabling-pocket-in-...
- cptskippy 9y agoUnfortunately that doesn't disable the "Recommended by Pocket" crap on the New Tab Window. I have Firefox installed on 8 different machines and the option to remove "Recommended by Pocket" in the New Tab Preferences only appears in half of them. If you're missing the option then you can open about:config and set "browser.newtabpage.activity-stream.feeds.section.topstories" to false to get rid of it. I also blew away the "browser.newtabpage.activity-stream.feeds.section.topstories.options" key that contains all of the configuration crap for pocket. Unfortunately non of this is or the op's settings are synced in your Profile so you have to change it on all of your machines. :(
- deleted 9y ago[deleted]
- helenius 9y agoIf you like syncing files you could look into user.js for syncing config settings: http://kb.mozillazine.org/User.js_file http://kb.mozillazine.org/User.js_file
- cptskippy 9y agoAm I missing something? I don't see how that ties into Firefox Sync to propagate changes to all instances. * Also, that's very cool regardless.
- mook 9y agoHuh, going through the prefs there it looks like they probably have telemetry going on in the new tab page. Where all your history goes. I miss the Mozilla that actually acted like they cared about privacy.
- mintplant 9y agoI'm not sure what you're referring to, can you clarify?
- mook 9y agoSure; I'm just complaining about the _existence_ of `browser.newtabpage.activity-stream.feeds.telemetry`. I'm not comfortable having tracking so near user data. Now that I'm not on a mobile and can actually look at the code, it looks like it's defined at [1]. I must be reading TelemetryFeed.jsm wrong, though, because that says addSession() holds on to the URL (as .page) and createPing() puts it into the ping... [1]: https://hg.mozilla.org/releases/mozilla-release/file/FIREFOX_57_0_RELEASE/browser/extensions/activity-stream/lib/ActivityStream.jsm#l120 https://hg.mozilla.org/releases/mozilla-release/file/FIREFOX...
- mintplant 9y agoTracing back through the code, this is only triggered with a URL by the RemotePages watcher, which notifies when the URL matches one of a whitelist. The only whitelisted URLs currently are about:home, about:newtab, and about:tabcrashed. https://searchfox.org/mozilla-central/source/toolkit/modules/RemotePageManager.jsm#64 https://searchfox.org/mozilla-central/source/toolkit/modules... https://searchfox.org/mozilla-central/search?q=symbol:%23RemotePages&redirect=false https://searchfox.org/mozilla-central/search?q=symbol:%23Rem...
- djhaskin987 9y agoJust click on the gear on the "New tab" page, you can disable recommended by pocket.
- cptskippy 9y ago> Just click on the gear > I have Firefox installed on 8 different machines and the option to remove "Recommended by Pocket" in the New Tab Preferences only appears in half of them. The gear you're referring to opens the "New Tab Preferences" screen that I was referring to.