Behave! is a Google Chrome extension that hides comments on YouTube, Reddit, Twitter & Disqus depending on the desired level of toxicity. It also converts them into harmless emojis to describe hidden content.
$ npm install
- For local development run
$ npm start
and load thedist
directory into chrome. - Use
$ npm run build
to get your build ready and delivered intopackages
directory. - Look into
tasks/version.js
for versioning tasks.
This extension utilizes Chrome Identity API to authorize users with OAuth 2.0. You will need to provide your own key and application ID to make it work for your fork.
- Get your own Application ID and Public Key by uploading the extension to the Chrome Web Store at https://chrome.google.com/webstore/developer/dashboard.
- Login to https://console.developers.google.com/ and create an OAuth Client ID with the Application ID from the previous step.
- Setup your consent screen appropriately.
- Paste this OAuth Client ID to a
client_id
field in manifest.json. - Paste Public Key from the step 1 to a
key
field in manifest.json.
ARGH! Team has developed this app to showcase Google API. Address all your requests and questions here on GitHub as issues. Happy coding!
(c) 2017 https://argh.team