An open API service indexing awesome lists of open source software.

https://github.com/brave-experiments/purpose-mode

Purpose Mode is a Chromium-based browser extension that allows you to browse the Web with purpose by eliminating distractions.
https://github.com/brave-experiments/purpose-mode

browser distractions extension

Last synced: 2 months ago
JSON representation

Purpose Mode is a Chromium-based browser extension that allows you to browse the Web with purpose by eliminating distractions.

Awesome Lists containing this project

README

        

# Purpose Mode

Purpose Mode is an extension for Chromium-based browsers
that allows you to browse the Web with purpose,
free from distractions.

## Installation

Run the following:

```bash
pnpm build
# or
npm run build
```

This should create the directory ./build/chrome-mv3-prod.
Next, go to your browser's extension page
(open [brave://extensions](brave://extensions)),
activate "Developer mode" in the top right corner,
and click on "Load unpacked" in the top left corner.
Select the directory "chrome-mv3-prod" that you just built.
That's it!

## Development

Start a development server like this:

```bash
pnpm dev
# or
npm run dev
```