horihiro / TextBlurrer-ChromeExtension

MIT License
7 stars 0 forks source link

Hang up on a site with CodeMirror #62

Closed horihiro closed 4 months ago

horihiro commented 5 months ago

Describe the bug When opening a site with CodeMirror editor that contains blurry keywords, the site hangs up.

To Reproduce Steps to reproduce the behavior:

  1. Set hello as burry keyword
  2. Open the following URL
    https://codemirror.net/
  3. See error

Expected behavior The keyword in CodeMirror is blurred.

Environment

Additional context It seems that CodeMirror repairs its contents automatically after inserting nodes for blurring by this extension, and it causes infinity loop.

horihiro commented 4 months ago

Blurring process is skipped for elements in CodeMirror-based editor