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.
- Host: GitHub
- URL: https://github.com/brave-experiments/purpose-mode
- Owner: brave-experiments
- License: mpl-2.0
- Archived: true
- Created: 2023-05-15T14:00:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T22:18:22.000Z (over 1 year ago)
- Last Synced: 2025-02-16T10:30:06.821Z (4 months ago)
- Topics: browser, distractions, extension
- Language: CSS
- Homepage:
- Size: 780 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```