Skip to content
/ hohser Public
forked from pistom/hohser

Highlight or Hide Search Engine Results

License

Notifications You must be signed in to change notification settings

zweif/hohser

 
 

Repository files navigation

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"
  },
  ...
]

About

Highlight or Hide Search Engine Results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.4%
  • SCSS 3.4%
  • JavaScript 2.7%
  • HTML 0.5%