Coder Social home page Coder Social logo

dumb-browser's Introduction

Dumb Browser

A custom Chromium build inspired by ungoogled-chromium and Brave.

Current version: 87.0.4270.0.

Some patches are experimental and build may fail.

Features

All patches are in patches folder.

Following components are removed/disabled:

  1. Safe Browsing
  2. Histogram logging ( chrome://histograms )
  3. Crash Reporter & Crashpad
  4. WebRTC Log Uploader
  5. Network Time Tracker
  6. RLZ
  7. Rappor
  8. (macOS only) Download Quarantine
  9. (Windows only) Chrome Cleaner
  10. WebGL renderer info
  11. Field trails fetching
  12. Promotions in New Tab Page
  13. HTML <ping> attribute
  14. Installer and Updater
  15. Subresource filter (which is used by Chrome's integrated AdBlocking feature.)

Other changes / optimizations:

  1. [UI] Change web controls' color to gray (Microsoft Edge style)
  2. [UI] Reduce location bar corner radius
  3. [UI] Disable Chromium's missing key warning
  4. [UI] Restore mute button on tab
  5. [Privacy] Automatically remove track query parameters from URL (referrer, utm_*, spm, and more)

Installation

1. [Recommended] Build from Sources

It's impossible to build Dumb Browser via GitHub Actions due to GitHub free account's resource limitations. Please build on your own or wait for official binaries.

Tested on following OS:

  1. macOS 10.15.7
  2. macOS 11.0 Beta 9
  3. Windows 10 1909 18363.1082

Prerequisites

Android: Currently not supported.

Windows: Building Dumb Browser for Windows

macOS: Building Dumb Browser for macOS

Build Instruction

git clone https://github.com/bytanuky/dumb-browser
cd dumb-browser
# install dependencies
./scripts/prepare.py
# fetch chromium src and apply dumb browser's patches
# depend on your network connection, this may take 30-60 minutes.
./scripts/sync.py
# get a release build
# you may also use `./build/build.py debug` to get a debug build
# show available options: ./build/build.py -h
./scripts/build.py release
# wait patiently :)

Binaries will be found in src/out/{Release|Debug} .

2. Official Binaries

Coming soon

Note: Provided binaries do not contain any Google API keys thus you can't use Chrome Sync by default. To solve this, follow Chromium's Official How-Tos and add your own API keys to environment variables.

Known Issues

  1. If you use existing profiles from ungoogled-chromium, you may encounter password sync failure. To solve this, create a new profile in dumb browser.

  2. 1Password extension (desktop app required) is unavailable since it forces an allowlist-based browser signature check. Instead you can use 1Password X which requires a valid 1Password subscription.

Credits

ungoogled-chromium

Brave

CleanURLs

dumb-browser's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.