https://github.com/jbrower95/cw
The content-warning chrome plugin
https://github.com/jbrower95/cw
chrome content extension plugin
Last synced: about 2 months ago
JSON representation
The content-warning chrome plugin
- Host: GitHub
- URL: https://github.com/jbrower95/cw
- Owner: jbrower95
- License: mit
- Created: 2017-04-05T02:27:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T22:31:44.000Z (about 9 years ago)
- Last Synced: 2025-04-03T22:15:34.710Z (about 1 year ago)
- Topics: chrome, content, extension, plugin
- Language: JavaScript
- Size: 122 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cw
The content-warning chrome plugin
------
Layout:
1. The little popup in the corner of chrome (the plugin 'action') is in 'popup.html' / 'popup.js'.
2. The script which is executed on every fb page is in content.js (see also the scripts that content.js relies on).
Contributing:
1. popup.html is styled horribly and uses inline css.
2. you should be able to remove individual cw's without removing all of them (add an 'x' button into the
3. speed optimizations (all are welcome this code is a nightmare).
4. animations for blurring / unblurring? Right now it's choppy as hell.
5. Crypto / security -- maybe store words as hashes w/ salt derived from a user pin code, and then authenticate user once to activate the plugin.
I'm sure you could come up with a scheme where there is not a list of cw's sitting unencrypted in the user's local storage.
LICENSE: MIT