javascript:(function(){ var Remover = function(i,e){ this.previousSibling.nodeValue = this.previousSibling.nodeValue.replace(/\n$/,''); $(this).remove(); }; $('tt[class=codetext] font[color=red]:contains(+)').each(Remover); $('tt[class=inlinecode] font[color=red]:contains(+)').each(Remover); })()