jnnrz / block-request

An image/media/js blocker addon for Firefox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

block-request 🚀

An image/media/js blocker addon for Firefox


Getting Started

Run the following commands to install dependencies and start developing

pnpm install
pnpm dev

Scripts

  • pnpm dev - run webpack in watch mode
  • pnpm build - builds the production-ready unpacked extension
  • pnpm test -u - runs Jest + updates test snapshots
  • pnpm lint - runs EsLint
  • pnpm prettify - runs Prettier
Loading the extension in Mozilla Firefox

In Mozilla Firefox, open up the about:debugging page in a new tab. Click the Load Temporary Add-on... button and select the manfiest.json from the dist directory in this repository - your extension should now be loaded.

Installed Extension in Mozilla Firefox

Built with

Icons by Icons8

About

An image/media/js blocker addon for Firefox

License:MIT License


Languages

Language:TypeScript 76.4%Language:JavaScript 16.7%Language:SCSS 4.2%Language:HTML 2.6%