/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.

Import domains JSON structure

[
  {
    "domainName":"www.domain1.com",
    "display":"HIGHLIGHT",
    "color":"COLOR_1"
  },
  {
    "domainName":"www.domain2.com",
    "display":"PARTIAL_HIDE"
  },
  {
    "domainName":"www.domain3.com",
    "display":"FULL_HIDE"
  },
  ...
]