Browser addon to notify you when you are about to read just a snippet of an article with paid content.
Any feedback is more than welcomed, same as reporting websites you are missing on the list.
- Add record to
sites.json - Add a domain to matches in manifest
- Bump version in manifest
- Test locally and create a pull request
See this commit for an example.
Arguments for a record in sites.json:
- website hostname
- function to call
- argument for called function
- [delay on called function, 0 by default]
- [sample url where notification should be visible]
- [sample url where notification should NOT be visible]))
- Run
npm installto get Gulp ready - Run
gulpto pack and minify all the files to a zipped folder - Gulp will generate versions for both Chrome and Firefox
Having issues running Gulp from command line?
Run npm i -g gulp-cli and try again
Run npm test to run all tests
(You may need to run gulp dist:chrome first)

