horihiro / TextBlurrer-ChromeExtension

MIT License
7 stars 0 forks source link

Blur text that should not be blurred #65

Closed horihiro closed 4 months ago

horihiro commented 4 months ago

Describe the bug The text that doesn't match to keywords is blurred.

To Reproduce Steps to reproduce the behavior:

  1. Set BLURRED as blurry keyword
  2. Open the following URL
    https://jsfiddle.net/da5vfmw3/
  3. See error

Expected behavior Only BLURRED is blurred and NORMAL is not blurred.

Screenshots image

Environment

Additional context Though only text node BLURRED should be blurred, the parent node of the text node is blurred.
image