A chrome/firefox extension for muting unfriendly accounts on matters
This project build with chrome-extension-boilerplate-react
You can see here
https://github.com/contributionls/matters-muted-config
- node >= 10
- yarn >= 1.10
- Run
yarnto install the dependencies. - Run
NODE_ENV=production yarn build
- Run
yarnto install the dependencies. - Run
yarn start - If Chrome,Load your extension on Chrome following:
- Access
chrome://extensions/ - Check
Developer mode - Click on
Load unpacked extension - Select the
buildfolder.
- Access
- If Firefox,Load your extension on Firefox development edition following:
- Access
about:debugging#/runtime/this-firefox - Click on
Load Temporary Add-on - Select the
build/manifest.jsonfolder.
- Access
- Happy hacking.
The project use debug library for debuging. So you can modify the matters.news's localstorage's specific key debug, change it to matters-muter:*, then the debug log will show in the devtools.
- shortcut add to muted
- muted by votes
- refresh without reload
- shortcut config add
- add subscrib feature
- last update time
