Open
Save
Run
for(var div in $$(body>div[align])) { div.remove(#unwrap); } for(var table in $$(body>table)) { table.attributes.clear(); table.tag = "dl"; } for(var tdr in $$(body>dl>tr>td[rowspan])) { tdr.tag = "h4"; tdr.attributes.clear(); } for(var td1 in $$(body>dl>tr>td:first-child)) { td1.tag = "dt"; td1.attributes.clear(); } for(var td2 in $$(body>dl>tr>td:last-child)) { td2.tag = "dd"; td2.attributes.clear(); } for(var tr in $$(body>dl>tr)) tr.remove(#unwrap); for(var strong in $$(body>dl>dt strong)) { strong.remove(#unwrap); } for(var em in $$(body>dl>dt em)) { em.remove(#unwrap); } for(var h in $$(body>dl>dt>h2,body>dl>dt>h3,body>dl>dt>h4)) { h.parent.remove(#unwrap); }