https://github.com/whirlxd/npc-comment-blocker
A browser extension to block npc comments in youtube comment box
https://github.com/whirlxd/npc-comment-blocker
browser-extension chrome chrome-extension comment-blocker comment-filter hacktoberfest manifest-v3 npc youtube youtube-extension
Last synced: 12 months ago
JSON representation
A browser extension to block npc comments in youtube comment box
- Host: GitHub
- URL: https://github.com/whirlxd/npc-comment-blocker
- Owner: whirlxd
- License: gpl-3.0
- Created: 2024-09-06T14:23:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T18:27:18.000Z (over 1 year ago)
- Last Synced: 2025-04-10T20:17:18.121Z (about 1 year ago)
- Topics: browser-extension, chrome, chrome-extension, comment-blocker, comment-filter, hacktoberfest, manifest-v3, npc, youtube, youtube-extension
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NPC Comment Blocker
This is a simple plugin that blocks NPC comments in the youtube comment section. It is still in development and will be updated regularly.
Example of NPC comments:
```
- Whose here in [year]?
- Like if you are watching this in [year]
- Only legends will remember this
- You can like this if you aren't from tik tok
```
## Installation
1. Download/Clone the repository
2. Open the Extension Management page by navigating to chrome://extensions or about:debugging on firefox.
3. Enable Developer Mode by clicking the toggle switch next to Developer mode.
4. Click the Load unpacked button and select the extension directory.
## Usage
The extension will automatically block NPC comments in the youtube comment section.Since its in development there isn't a way to turn it off/on yet.
## Why is it not on the Chrome Web Store?
It costs 5$ to publish an extension on the Chrome Web Store and I don't want have the money to spend on that. If you want to publish it on the Chrome Web Store, please open an issue and I will be happy to help you.
## Roadmap
- Fetch comments from a remote server
- Add more spam comments
- Make it possible to upload custom lists and view custom lists on a site like packs!
- Thanks to hack club publish on the webstore!
## Contributing
Contributions of any kind including but not limited to adding more spam comments ( especially in your local languages ) are
appreciated
### License
This project is licensed under the GNU General Public License - see the [LICENSE.md](LICENSE) file for details
---