Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhoghoshx/dhyan
Dhyān - Zen mode for the Web
https://github.com/subhoghoshx/dhyan
Last synced: 16 days ago
JSON representation
Dhyān - Zen mode for the Web
- Host: GitHub
- URL: https://github.com/subhoghoshx/dhyan
- Owner: subhoghoshX
- License: gpl-3.0
- Created: 2024-02-05T06:33:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T06:40:57.000Z (7 months ago)
- Last Synced: 2024-03-30T16:36:19.564Z (7 months ago)
- Language: CSS
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dhyan - zen mode for the web
Dhyan (focus) is a browser extension that removes distracting elements from websites to save you time and keep you focused.![image](https://github.com/subhoghoshX/Dhyan/assets/108616679/29b9c33e-07cc-4e5f-9bbc-185cabd8f8c0)
## Motivation
I [built this](https://subhoghosh.com/blog/first-extension/) extension to save myself from all the targeted bombardments while
still using the original platforms. Give it a try, I'm sure it'll save you hours as it has mine.## Usage
The extension is not hosted on [Chrome Web Store](https://chromewebstore.google.com/) yet, if enough people are interested I'll do it.> [!NOTE]
> This extension will not work on firefox as it uses the [URL Pattern API](https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API). If you want to make it work, contributions are welcome.Here's how to install it manually:
1. Clone the repo (or [download](https://github.com/subhoghoshX/Dhyan/archive/refs/heads/main.zip) it and extract locally)
```
git clone https://github.com/subhoghoshX/Dhyan.git
```2. Visit the extension management page of your browser. In case of Chrome it's
[chrome://extensions/](chrome://extensions/) and [brave://extensions/](brave://extensions/)
for Brave.3. Enable the developer mode at the top-right corner
4. Then click on the "Load unpacked" button at the top-left corner, and browse
to the folder where the extension was cloned in your file browser to select it.
Alternatively You may also drag and drop the extension folder at the extension
management page.