Skip to content

Latest commit

 

History

History
executable file
·
36 lines (22 loc) · 689 Bytes

File metadata and controls

executable file
·
36 lines (22 loc) · 689 Bytes

Youtube Stream Chat Filter

Abstract

An simple extension to filter youtube stream chat

Todos

Current

  • Add popup to enter filter words (inclusion)
  • Display resulting chats in popup
  • Add NG words filter (exclusion)

Future/WishList

  • Directly filter chat DOM

Contribution

Develop UI locally

  1. Make changes in .jsx files
  2. Disable/comment any chrome extension api calls
  3. Run npm start or yarn start
  4. Open desired .html file in http://localhost:3000/

Test in chrome

  1. Do your magic
  2. Run npm run test or yarn test
  3. Load extension in chrome

Export production ready build

  1. npm run build or yarn build