horihiro / TextBlurrer-ChromeExtension

MIT License
10 stars 0 forks source link

Keyword splitted into some elements #2

Closed horihiro closed 1 year ago

horihiro commented 1 year ago

In current implemetation, keywords in the following example is blurred correctly.

<div>
  KEYWORD
</div>
<div>
  <span>KEYWORD</span>
</div>

But keywords in the another example, which is rendered as same as the above examples, is NOT blurred, because KEYWORD is splitted into each other elements.

<div>
  KEY<span>WO</span><span>RD</span>
</div>

These examples are rendered as same for users, so the third example also must be blurred correctly.

horihiro commented 1 year ago

Resolved on 0.1.3