mozilla / addon-wr

Looking Glass is a collaboration between Mozilla and the makers of Mr. Robot to provide a shared world experience.
https://support.mozilla.org/kb/lookingglass
51 stars 15 forks source link

Add persistent page modification effect - initial version. Will need more revs as we learn more in spec. #6

Closed biancadanforth closed 6 years ago

biancadanforth commented 6 years ago

Loads a content script into every tab to search for a list of words in all "p" and "div" elements, if a word is found, it is styled in a unique way (ex: background color, flipped upside down...).

Remaining wiring: connect it to the bootstrapped addon to get and set the word list per session. Currently it resets an arbitrary word list in background.js each time a content script loads.