I'm trying to make a chrome extension for youtube comments, but when I add some stuff it keeps adding
<wbr></wbr>
tags, is there any way to remove all of those tags on the page in javascript?
I'm trying to make a chrome extension for youtube comments, but when I add some stuff it keeps adding
<wbr></wbr>
tags, is there any way to remove all of those tags on the page in javascript?
Copyright © 2021 Jogjafile Inc.
The easiest way is:
JS Fiddle demo.