An simple extension to filter youtube stream chat
- Add popup to enter filter words (inclusion)
- Display resulting chats in popup
- Add NG words filter (exclusion)
- Directly filter chat DOM
- Make changes in
.jsx
files - Disable/comment any
chrome
extension api calls - Run
npm start
oryarn start
- Open desired
.html
file in http://localhost:3000/
- Do your magic
- Run
npm run test
oryarn test
- Load extension in chrome
npm run build
oryarn build