in development
Block videos by name or channel on YouTube.
- searches for the string in the video title or channel name on homepage, shorts and search results
- hides the video from the list by hiding the element from the DOM
- Clone the repository
- In Chrome, go to
chrome://extensions/ - Enable Developer mode
- Click on
Load unpacked - Select the
extensionfolder
- Click on the extension icon
- Add a string of person's name or channel name
- Click on the
Savebutton - Refresh the page
Contributions are welcome. Here are the steps to contribute:
- Fork it the repository
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
MIT