Help for this page

Select Code to Download


  1. or download this
    Security Error: Content at http://perlmonks.com/?node_id=872091 may no
    +t load or link to file:///C:/local.nonsense.css.
    
  2. or download this
    javascript:(function(){    function addRawCss(styles){ var newSS; if(d
    +ocument.createStyleSheet){ document.createStyleSheet("javascript:'" +
    + styles.replace(/'/g,"\\'") + "'"); }else{ newSS=document.createEleme
    +nt("link"); newSS.rel="stylesheet"; newSS.href="data:text/css,"+escap
    +e(styles); document.documentElement.childNodes[0].appendChild(newSS);
    + } } addRawCss("body { color: yellow !important; background-color: bl
    +ack !important; }");    })()