Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 997 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 997 Bytes

Chat Filter for YouTube Live

badge

Chrome Extension for Filtering Chat Messages on YouTube Live.

Features

  • Filter chat messages by text or regular expression.
  • Mask only messages or hide completely.

Screenshot

screenshot screenshot screenshot screenshot

Installation

  1. Download extension.zip from releases page and unzip this file.
  2. Open the Extension Management page by navigating to chrome://extensions.
  3. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  4. Click the LOAD UNPACKED button and select the unpacked directory named dist.

Development

# install dependencies
yarn

# watch files changed and reload extension
yarn dev