Here is a local workaround as bookmarklet, save as html file, open file in browser, drag link to toolbar/bookmarks
<a href="javascript:(function(){%20%20var%20e=document.getElementsByTa
+gName('a');for(var%20i=0;i<e.length;i++){var%20a=e[i];if(a.className=
+='toggle'){var%20id=a.hash.replace(/^#/,'');a=document.getElementById
+(id);if(/^ul\d+$/.test(id)){a.className='expanded';}}}%20%20})()">exp
+RAT</a>
function expRAT() {
var e = document.getElementsByTagName("a");
for (var i = 0; i < e.length; i++) {
var a = e[i];
if (a.className == "toggle") {
var id = a.hash.replace(/^#/, "");
a = document.getElementById(id);
if (/^ul\d+$/.test(id)) {
a.className = "expanded";
}
}
}
}
Recently the aesthetic decisions for Anonymous Monk have been getting worse.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|