Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<html>
<td><a style="text-decoration: none;" href=">PLATINUM
UPS</a> - 0683 </td>
<td>UPS</td>
<td class="right"><span id="_ctl3_Summ__ctl3_Ava">$333.33</span> </td>
<td class="right">$333.33</td>
</html>
var s = document.body.innerHTML;
s = s.replace(/UPS\D*0683\D*\d*\D*\d*\D*\d*\D*(\$\d+\.\d+)\D*(\$\d+\.\d+)\D*td>/gi, '<div class="hidden" style="display: none;">0</div>');
document.body.innerHTML = s;
<script language="javascript">
s="Текст <b>молоко</b> и <b>яблоко</b>";
a=s.split(/(<b>[^>]*<\/b>)/) //первая регуляка- в сохраняющих круглых скобках.
for(i=1; i<a.length; i=i+2) {
a[i]=a[i].replace(/о/g,'[о]') //вторая регулярка
}
s=a.join('');
</script>