A chrome extension that blocks NSFW images and reels from any website
- Blocks NSFW images from any website
- Hides reels
# install dependencies
yarn install
# build files to `/dist` directory
# HMR for extension pages and content scripts
yarn run dev# build files to `/dist` directory
$ yarn run build- Open the Extension Management page by navigating to
chrome://extensions. - Enable Developer Mode by clicking the toggle switch next to
Developer mode. - Click the
LOAD UNPACKEDbutton and select the/distdirectory.