<?xml version="1.0" encoding="windows-1252"?>
<node id="792590" title="Re: No more expanded threads in &quot;Recently Active Threads&quot; (in &quot;Root &amp; node&quot; mode) without Javascript" created="2009-09-01 05:47:45" updated="2009-09-01 05:47:45">
<type id="11">
note</type>
<author id="961">
Anonymous Monk</author>
<data>
<field name="doctext">
Here is a local workaround as bookmarklet, save as html file, open file in browser, drag link to toolbar/bookmarks 
&lt;C&gt;
&lt;a href="javascript:(function(){%20%20var%20e=document.getElementsByTagName('a');for(var%20i=0;i&lt;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})()"&gt;expRAT&lt;/a&gt;
&lt;/c&gt;
&lt;c&gt;
function expRAT() {
    var e = document.getElementsByTagName("a");
    for (var i = 0; i &lt; 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";
            }
        }
    }
}
&lt;/c&gt;
Recently the aesthetic decisions for Anonymous Monk have been getting worse.</field>
<field name="root_node">
792579</field>
<field name="parent_node">
792579</field>
<field name="reputation">
6</field>
</data>
</node>
