https://github.com/data-miner00/ytb-shorts-remover
https://github.com/data-miner00/ytb-shorts-remover
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/data-miner00/ytb-shorts-remover
- Owner: data-miner00
- License: wtfpl
- Created: 2024-01-13T15:13:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T11:01:21.000Z (about 1 year ago)
- Last Synced: 2025-01-13T00:48:49.149Z (10 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Shorts Remover
A Firefox browser extension to remove unwanted Youtube features, especially Shorts.
## Getting Started
### Installation
1. Install `web-ext`
```
npm i -g web-ext
```
2. Install dependencies
```
pnpm i
```
3. Start watching for file changes
```
pnpm dev
```
4. Use `web-ext` to listen for changes in `dist` folder
```
cd dist && web-ext run
```
### Building for Production
```
pnpm build
```
After the build is successful, two new folders `dist` and `artifacts` will be created.
The zip file in the `artifacts` is the one to be installed in Firefox.
## Features
- Popup to select features to block
- Block Shorts on Home feed
- Block Shorts on search page
- Remove Shorts navigation link on sidebar
- Light and dark theme support