Just the Browser helps you remove AI features, telemetry data reporting, sponsored content, product integrations, and other annoyances from desktop web browsers. The goal is to give you "just the browser" and nothing else, using hidden settings in web browsers intended for companies and other organizations.
This project includes configuration files for popular web browsers, documentation for installing and modifying them, and easy installation scripts.
The setup script can install the configuration files in a few clicks. You can also follow the guides in the chrome, edge, and firefox directories.
Windows: Open a PowerShell prompt as Administrator. You can do this by right-clicking the Windows button in the taskbar, then selecting the "Terminal (Admin)" or "PowerShell (Admin)" menu option. Next, copy the below command, paste it into the window (Ctrl+V), and press the Enter/Return key:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/corbindavenport/just-the-browser/main/main.ps1")))Mac and Linux: Search for the Terminal in your applications list and open it. Next, copy the below command, paste it into the window (Ctrl+V or Cmd+V), and press the Enter/Return key:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/corbindavenport/just-the-browser/main/main.sh)"See the Google Chrome, Microsoft Edge, and Mozilla Firefox documentation pages for manual installation instructions, and explanations for each setting. The browser directories also contain the configuration files.
Firefox uses a JSON file for all platforms. Chrome and Edge have Windows Registry .reg files for installation and removal on Windows, and Profile Manager .mobileconfig files for macOS.
This repository also includes the static site generator for justthebrowser.com, built with Eleventy and Simple.css. The icons are from Bootstrap Icons.
With Node.js and NPM installed, you can test the site like this:
npm install
npx @11ty/eleventy --serveThe site is compiled and deployed with the eleventy_build.yml GitHub Action.
You can subscribe to the RSS/Atom releases feed to know when the configuration files, documentation, and scripts are updated:
https://github.com/corbindavenport/just-the-browser/releases.atom
This feed can be used with Feedly, Inoreader, The Old Reader, Feedbin, or any other reader tool. You can also subscribe to new releases with your GitHub account by clicking the Watch button at the top of the page, then selecting Custom > New releases.
