davidmason / trigger-warning

A browser plugin to teach the browser what you do not wish to see.
MIT License
0 stars 0 forks source link

trigger-warning

A browser plugin to teach the browser what you do not wish to see.

Features

Implemented:

Planned:

Installation

Package as a xpi, then install in Firefox in the standard way.

To package as .xpi, in the project directory:

jpm xpi

To run a Firefox session with the plugin temporarily installed (e.g. during development):

jpm run

On my system this command does not properly find Firefox, so I have to also point to the Firefox binary:

jpm -b /usr/bin/firefox run