Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: themes for Anonymous Monk or try out themes without changing display settings

by Anonymous Monk
on Nov 21, 2010 at 13:27 UTC ( [id://872785]=note: print w/replies, xml ) Need Help??


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); })()
  • Comment on Re: themes for Anonymous Monk or try out themes without changing display settings
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://872785]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-24 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found