If you have any software experience I can recommend to write a small script to loop through these files and perform a search and replace
The most free way would be this.
I am offering you about 50-100$ of my time for free here in this post.
You will need to have python installed on your computer. ( python.org )
In Python, you can do the following to read your local directory (means you run this script from within the folder that contains all your html files) , read each file, and do the search and replace into a new HTML prefixed with "NEW_". in this sample, it replaces the letter x with y
here is the code (cant pate urls) gist.github.com/anonymous/291d8a1fea990b604e92
Copy paste that into a script named "somescript.py" and drop it into the folder that contains these 100's of html files, you should see new ones be created after it runs with the prefix NEW_ in the filename so you can know which is which.
Hope this works for u!
|