How to Loop through a Page and Replace Text in
Elements
May 06, 2020
| by Noah Wong
| 2 min read
There have been a number of times where I was looking
to quickly replace either a word or text within in an
element on a webpage, sometimes for work but mainly
just for fun. I have found a number of ways to
accomplish this by using some quick javascript
snippets in the console. For demonstration…