Chrome browser extension that hides/ brings more attention to 'covid' related keywords on a webpage.
File/Folder | Description |
---|---|
manifest.json (file) | required file that 'stiches' together the files in the project. |
style.css style (file) | css file. |
content.js (file) | code to alter the website itself. |
background.js (file) | code pertaining to the chrome browser (optional). |
pop (folder) | holds the JS, HTML and CSS file that renders the pop-up (Figure 2). |
images (folder) | COVID-19 browser extention favicon. |
Option | Description |
---|---|
MIN | removes 'covid' related keywords from a webpage. |
I (default) | re-loads webpage. |
MAX | changes the font style of 'covid' related keywords to dynamic rainbow font. |
List of COVID keywords can be found in the content.js file. As you can see more keywords can be easily added. Alternatively, the contents of the tag_words variable can be completely replaced with keywords for some other topic.