This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| A script for replacing all instances of a string in the html of a page after the page is rendered. | |
| Even updates file paths. Changes are not permanent. | |
| Used for hacky, emergency client-side find-and-replaces that may or may not occur after search bots crawl the page. | |
| Could help or hurt SEO. Hey, it was fun to write. | |
| Warning: This hits every html element on the page so can easily break things and slow things down. Have fun! | |
| @author: Paul Prae | |
| @since: 07/01/2014 |