logoalt Hacker News

DangerousPietoday at 1:12 PM4 repliesview on HN

I had a look at what it actually does in the Firefox settings and all it seems to do is to disable one AI feature flag, change the default search engine, and then set a few other flags that are changes that you may or may not want to make, unrelated to AI. Not sure you want to run a 3rd party shell script just to do that…


Replies

flanbiscuittoday at 4:42 PM

For anyone interested

This is the shell script it runs on Mac/Linux: https://github.com/corbindavenport/just-the-browser/blob/mai...

For FireFox it downloads this: https://github.com/corbindavenport/just-the-browser/blob/mai...

  {
    "policies": {
      "DisableFirefoxStudies": true,
      "DisableTelemetry": true,
      "DontCheckDefaultBrowser": true,
      "FirefoxHome": {
        "SponsoredStories": false,
        "SponsoredTopSites": false,
        "Stories": false
      },
      "GenerativeAI": {
        "Enabled": false
      },
      "SearchEngines": {
        "Remove": [
          "Perplexity"
        ]
      }
    }
  }
lifetimerubyisttoday at 4:12 PM

Seems like this is for the people that need to execute random powershell scripts they don't understand in order to turn of telemetry and copilot on Windows because reading about the registry and group policy is too much for them.

show 2 replies
youngtafftoday at 2:14 PM

There seems to be quite a lot missing from the Chrome configuration too