An open-source Google Chrome extension to nudge towards thoughtful and deliberate posting.
- Install node and npm
- Clone the repo.
- npm install
- npm run build
- Open chrome://extensions/ on Google Chrome.
- Enable "Developer mode".
- Click "Load unpacked extension".
- Navigate and select the dist directory of the cloned repo.
- Visit facebook.com and the contents of content-script should be run!
- Enable all features before testing.
- Test encourage discard
- Verify that the 'Post' dialog has a rust-colored 'Discard' button properly aligned to the left of the 'Post' button.
- Verify that clicking 'Discard' closes the dialog.
- Test random quotes
- Verify that a quote appears in place of "What's on your mind, ?" in the 'Post' box.
- Verify that the new 'Post' box created after posting something contains another quote (not necessarily a different one).
- Verify that a quote appears in place of "Write a comment..." in the 'Comment' box.
- Verify that the new 'Comment' box created after commenting something (on the previous post, e.g.) contains another quote (not necessarily a different one).