Could you suggest a script that replaces all defined domain name names in an HTML document with a specific id ?
Ie, for example, is available on the page in different places of option value form
<option value="http://site.ru">текст</option> and you need the script to display the following form:
<option value="http://mysite.ru?http://site.ru">текст</option> I would be grateful for the help.