Hohser Save

Highlight or Hide Search Engine Results

Project README

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 [email protected]: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"
  },
  ...
]
Open Source Agenda is not affiliated with "Hohser" Project. README Source: pistom/hohser
Stars
115
Open Issues
41
Last Commit
2 months ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating