http://qs1969.pair.com?node_id=872785


in reply to themes for Anonymous Monk or try out themes without changing display settings

Here is another bookmarklet, this one undoes code wrapping (removes red + and newline)
javascript:(function(){ var Remover = function(i,e){ this.previousSibling.nodeValue = this.previousSibling.nodeValue.re +place(/\n$/,''); $(this).remove(); }; $('tt[class=codetext] font[color=red]:contains(+)').each(Remover); $('tt[class=inlinecode] font[color=red]:contains(+)').each(Remover); })()