Im looking for javascript code that will let me change arbitrary string of...

...text on web page (not html)? Say for example keywords, or particular unicode characters, so on...

I want to be able to find all occurrences and swap them out for alternative code.
Its not my intention to disrupt the source code, though. I only want to make alterations to the superficial text renderings. Doing the whole "calling by attribute name, tag name, etc" just isnt going to cut it. Im looking for a script that thoroughly searches the content of a web page.
 
Back
Top