How do I read and modify text on a webpage with a firefox extension?

Viewed 9

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?

0 Answers
Related