findAndReplaceDOMText icon indicating copy to clipboard operation
findAndReplaceDOMText copied to clipboard

<noscript> Troubles

Open katzenmayer opened this issue 7 years ago • 0 comments

Hi,

{ preset: 'prose', find: 'foo' }

matches

<noscript><img src="foo"></noscript>

I guess maybe your script sees the noscript content as a single textnode, not as individual dom nodes.

katzenmayer avatar Feb 26 '18 14:02 katzenmayer