I am developing an extension that needs to find and replace certain characters on a webpage. How can I search a webpage's code, get a list of some sort that contains the characters, and then inject the changes into the page?
I am developing an extension that needs to find and replace certain characters on a webpage. How can I search a webpage's code, get a list of some sort that contains the characters, and then inject the changes into the page?