/hohser

Highlight or Hide Search Engine Results

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

Highlight or Hide Search Engine Results

A web extension that allows to highlight or hide search results.

Available for

Supported search engines

Add an issue if you would like to use the extension with another search engine.

Development

The extension is created with ReactJs, Redux, Material UI and TypeScript.

Requirements

$ git clone git@github.com:pistom/hohser.git
$ cd hohser
$ yarn

Build

$ yarn build   // Packages will be built in the "build" directory.

Load a built extension to Firefox

$ yarn load

or, if other than the default version of firefox

$ yarn load -- --firefox=<a full path to the binary file>

If you need more options (e.g. load with custom firefox profile), please refer to this article: Getting started with web-ext