38 pointsby dark-star2 hours ago6 comments
  • OkCompute64an hour ago
    I set the following in my user.js to disable this kind of thing. It keeps my default search engine suggestions but disables all the junk. Strictly speaking I think the last line is technically redundant as quicksuggest.all=false should disable .sponsored as well but no harm in being explicit about it.

      user_pref("browser.urlbar.suggest.engines", false);
      user_pref("browser.urlbar.suggest.openpage", false);
      user_pref("browser.urlbar.suggest.topsites", false);
      user_pref("browser.urlbar.suggest.quickactions", false);
      user_pref("browser.urlbar.suggest.recentsearches", false);
      user_pref("browser.urlbar.suggest.quicksuggest.all", false);
      user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
    • sigmonsays25 minutes ago
      where do you put this user_pref content?
      • nxtbl23 minutes ago
        Edit within the browser via about:config or add them in the user.js file, easier to make it permanent and portable
      • grimgrin6 minutes ago
        as the other comment said, you can put in user.js but more specifically, that goes in the root of wherever your profile is. for me, that is:

            /home/<user>/.mozilla/firefox/<name>/user.js
        
        this file doesn't exist by default, there's caveats with how it is overwritten, etc. i don't know much
  • Liquid_Firean hour ago
    I believe this has been around for a while; it's probably just been rolled out to more regions (Germany, France, and Italy, according to the article).

    It's annoying, but thankfully it's a single checkbox in the settings to disable it (uncheck "Suggestions from sponsors").

  • zamadatix40 minutes ago
    The title has been editorialized & elides the change is regional rollout rather than introduction of the functionality itself (been discussed for years at this point).

    It's probably easier to search for lists of things to disable in Firefox than go one per post anyways. One of the nice things about Firefox (other than the relative amount of these things) is the knobs to remove them usually exist somewhere for you to pull.

  • froh4213 minutes ago
    If I hadn't rage-sponsored servo over the shitty Mozilla handling of money, I'd rage-sponsor servo now.

    I use Firefox because I believe in an alternative to Chrome, but they make it fucking hard to love Firefox.

  • monegator39 minutes ago
    these fucking cookie consent in german. These bastards (cookie company) do it on purpose
  • 8 minutes ago
    undefined