The extension is created with ReactJs, Redux, Material UI and TypeScript.
$ git clone git@github.com:pistom/hohser.git
$ cd hohser
$ yarn$ yarn startThe page will be loaded with a fake domains list from BrowserStorageSyncMock.ts file.
$ 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.$ yarn load // Run firefox and load built extensionYou 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
huser1in thebrowserdirectory (on Windows:Win+RandFirefox.exe -P).
$ yarn load:profileIf needed, you can change the package.json script, but do not commit this change.