<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>Noticed it had stopped working recently. Had a crack at patching it myself, edit the script and look for the line that starts &lt;code&gt;if(document.getElementById('broadcast-selector').parentNode) {
&lt;/code&gt; (line 176 near the end) and replace that whole if {} block with:

&lt;code&gt;
if(document.getElementById('selectors-container') &amp;&amp; document.getElementById('star-selector')) {
    // Create a list item to add to the regular google links
    var starlink = document.createElement(&quot;li&quot;);
    starlink.setAttribute(&quot;class&quot;, &quot;selector&quot;);
    starlink.setAttribute(&quot;id&quot;, &quot;all-starred-link&quot;);
    // Add the text
    starlink.innerHTML='&amp;lt;a href=&quot;#&quot;&amp;gt;All Starred&amp;lt;/a&amp;gt;';
    // Create a listener to handle the click event
    starlink.addEventListener('click',getAllStarred,false);
    // Add the link to the Google Reader page.
    document.getElementById('selectors-container').insertBefore(starlink, document.getElementById('star-selector').nextSibling);
}
&lt;/code&gt;</body>
  <body-html>&lt;p&gt;Noticed it had stopped working recently. Had a crack at patching it myself, edit the script and look for the line that starts &lt;code&gt;if(document.getElementById('broadcast-selector').parentNode) {
&lt;br /&gt;&lt;/code&gt; (line 176 near the end) and replace that whole if {} block with:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;if(document.getElementById('selectors-container') &amp;amp;&amp;amp; document.getElementById('star-selector')) {
&lt;br /&gt;    // Create a list item to add to the regular google links
&lt;br /&gt;    var starlink = document.createElement(&quot;li&quot;);
&lt;br /&gt;    starlink.setAttribute(&quot;class&quot;, &quot;selector&quot;);
&lt;br /&gt;    starlink.setAttribute(&quot;id&quot;, &quot;all-starred-link&quot;);
&lt;br /&gt;    // Add the text
&lt;br /&gt;    starlink.innerHTML='&amp;lt;a href=&quot;#&quot;&amp;gt;All Starred&amp;lt;/a&amp;gt;';
&lt;br /&gt;    // Create a listener to handle the click event
&lt;br /&gt;    starlink.addEventListener('click',getAllStarred,false);
&lt;br /&gt;    // Add the link to the Google Reader page.
&lt;br /&gt;    document.getElementById('selectors-container').insertBefore(starlink, document.getElementById('star-selector').nextSibling);
&lt;br /&gt;}
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-06-11T15:27:18Z</created-at>
  <forumable-id type="integer">2345</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">66584</id>
  <topic-id type="integer">15825</topic-id>
  <updated-at type="datetime">2008-11-17T00:12:54Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">55504</user-id>
</post>
