Add an issue if you would like to use the extension with another search engine.
The extension is created with ReactJs, Redux, Material UI and TypeScript.
$ git clone git@github.com:pistom/hohser.git
$ cd hohser
$ yarn
$ yarn build # Packages will be built in the "build" directory.
Using the web-ext
library, you can launch a browser window with the extension installed using the following:
$ yarn load # runs in Firefox
or
$ yarn load:msedge # runs in MS Edge
The extension will be automatically reloaded when you re-run yarn build
.
[
{
"domainName":"www.domain1.com",
"display":"HIGHLIGHT",
"color":"COLOR_1"
},
{
"domainName":"www.domain2.com",
"display":"PARTIAL_HIDE"
},
{
"domainName":"www.domain3.com",
"display":"FULL_HIDE"
},
...
]