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