Skip to content

Jackymancs4-Fork/hohser

 
 

Repository files navigation

Highlight or Hide Search Engine Results

A web extension that allows to highlight or hide search results.

Supported search engines

Development

The extension is created with ReactJs, Redux, Material UI and TypeScript.

Requirements

$ git clone git@github.com:pistom/hohser.git
$ cd hohser
$ yarn

Develop popup as a simple page

$ yarn start

The page will be loaded with a fake domains list from BrowserStorageSyncMock.ts file.

Build

$ yarn buil:firefox   // The package will be built in the "build/firefox" directory.
$ yarn buil:chrome    // The package will be built in the "build/chrome" directory.

Load to Firefox

$ yarn load   // Run firefox and load built extension

Optional

You can load the extension to Firefox with a profile to be able to use the data stored in the previous session.

  • Create a new directory named browser.
  • Create new firefox profile named huser1 in the browser directory (on Windows: Win+R and Firefox.exe -P).
$ yarn load:profile

If needed, you can change the package.json script, but do not commit this change.

About

Highlight or Hide Search Engine Results

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 50.3%
  • JavaScript 48.4%
  • Other 1.3%