How to remove Amazon and eBay sponsored links in Firefox 86 search bar

Soldato
Joined
18 Aug 2007
Posts
9,710
Location
Liverpool
Manually, you can go to Preferences > Search > Search Shortcuts, and just remove the ones you don't want. You can also add these if you have a user.js (you may need to delete prefs.js and/or reset about:config to defaults for them to work):

Code:
user_pref("browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts", false);
user_pref("browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned", "");
user_pref("browser.newtabpage.activity-stream.showSponsored", false);
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
user_pref("browser.newtabpage.activity-stream.showSponsored", false);
user_pref("browser.search.update", false);
 
Soldato
Joined
18 Aug 2007
Posts
9,710
Location
Liverpool
Interestingly, I can't edit my post (and had to disable uBO to post it in the first instance) because the thread title contains sponsored-links. :D I wanted to add that future Firefox updates will usually re-add the removed sponsored search sites (Amazon, Ebay, Google etc) and the prefs.js entry for browser.search.update prevents this.
 
Back
Top Bottom