StephenCataldo / comment-better

Edit your comment boxes with suggestions from communications experts. Based on react-chrome-extension-boilerplate. Uses Social Media Web Guide as its boilerplate, intended to be packed together (maybe).
GNU General Public License v3.0
1 stars 1 forks source link

review and clean up: early effort to use an ID system #25

Open StephenCataldo opened 6 years ago

StephenCataldo commented 6 years ago

The mutation observer processes the same domElements more than once. We have a hackathon-speed effort to id or add classes to what the mutation observer observed, that seems adequate or half-adequate.

See "early effort to use an ID system" in chrome/extension/inject.js and refactor or fix