<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on LJ Inline Expander | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/16758</link>
    <description>Recent comments on userscript: LJ Inline Expander</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by pech @ Thu, 18 Sep 2008 02:57:44 -0500</title>
      <description>&lt;p&gt;thanks!&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2008 02:57:44 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30845</guid>
      <author>pech</author>
      <link>http://userscripts.org/topics/11937</link>
    </item>
    <item>
      <title>Archived Comments, replied by greypillar @ Tue, 04 Mar 2008 06:00:16 -0600</title>
      <description>&lt;p&gt;Oh, thank you. (She says, leaving another comment like you asked us not to!)&lt;/p&gt;</description>
      <pubDate>Tue, 04 Mar 2008 06:00:16 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30846</guid>
      <author>greypillar</author>
      <link>http://userscripts.org/topics/11937</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ilya Dogolazky @ Mon, 03 Mar 2008 09:06:47 -0600</title>
      <description>I have fixed the issue with the new page structure. Comments opening and unfolding seem to work again. Download the new version (0.2.10) and enjoy.
&lt;br /&gt;&lt;b&gt;NB!&lt;/b&gt; Any feedback is welcome but
it's not a good idea to leave comments here (on userscript.org), please write me an e-mail (you can find my e-mail address &lt;a href=&quot;http://www.math.uni-bonn.de/people/ilyad/email.jpeg&quot;&gt;here&lt;/a&gt;) or just comment on any entry in my LJ, for example &lt;a href=&quot;http://ilya-dogolazky.livejournal.com/18914.html?mode=reply&quot;&gt; this one&lt;/a&gt;</description>
      <pubDate>Mon, 03 Mar 2008 09:06:47 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30847</guid>
      <author>Ilya Dogolazky</author>
      <link>http://userscripts.org/topics/11937</link>
    </item>
    <item>
      <title>Archived Comments, replied by greypillar @ Mon, 03 Mar 2008 07:44:50 -0600</title>
      <description>&lt;p&gt;Violet, I just came here to report the same thing. I've not been able to expand comments for about four days now. LJ-cuts still open as they did. &lt;/p&gt;

&lt;p&gt;I too would love if this was fixed. &lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;</description>
      <pubDate>Mon, 03 Mar 2008 07:44:50 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30848</guid>
      <author>greypillar</author>
      <link>http://userscripts.org/topics/11937</link>
    </item>
    <item>
      <title>Archived Comments, replied by Violet Tigress @ Sun, 02 Mar 2008 14:18:08 -0600</title>
      <description>&lt;p&gt;I love this script!... but I am having a problem with it not showing comments anymore. It did for awhile, but now it just links to comments. What did I do?&lt;/p&gt;</description>
      <pubDate>Sun, 02 Mar 2008 14:18:08 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30849</guid>
      <author>Violet Tigress</author>
      <link>http://userscripts.org/topics/11937</link>
    </item>
    <item>
      <title>Archived Comments, replied by Noxumbra @ Tue, 12 Feb 2008 20:28:22 -0600</title>
      <description>&lt;p&gt;Never mind, I figured it out!&lt;/p&gt;</description>
      <pubDate>Tue, 12 Feb 2008 20:28:22 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30850</guid>
      <author>Noxumbra</author>
      <link>http://userscripts.org/topics/11937</link>
    </item>
    <item>
      <title>Archived Comments, replied by Noxumbra @ Tue, 22 Jan 2008 21:53:14 -0600</title>
      <description>&lt;p&gt;This script is awesome! Is there any way you could make a version for InsaneJournal.com?&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jan 2008 21:53:14 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30851</guid>
      <author>Noxumbra</author>
      <link>http://userscripts.org/topics/11937</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dani Church @ Sun, 13 Jan 2008 14:45:04 -0600</title>
      <description>&lt;p&gt;I love this script!  One suggestion, though: the links you'll see in the expanded boxes all link to &quot;light-format&quot; versions of pages, and that's not very helpful.  You can fix this by creating a function called clean_light:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;function clean_light(text)
{
  text = text.replace(/format=light\\&amp;amp;/g, '') ;
  text = text.replace(/\\&amp;amp;format=light/g, '') ;
  text = text.replace(/\\?format=light/g, '') ;
  return text;
}&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;and calling it in three places:&lt;/p&gt;

&lt;p&gt;Line 289: &lt;code&gt;box.childNodes[0].innerHTML = clean_light(cut_text) ;&lt;/code&gt;
&lt;br /&gt;Line 296: &lt;code&gt;var comments = extract_comments(clean_light(html_text)) ;&lt;/code&gt;
&lt;br /&gt;Line 308: &lt;code&gt;var comments_page = extract_comments(clean_light(html_text)) ;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jan 2008 14:45:04 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30852</guid>
      <author>Dani Church</author>
      <link>http://userscripts.org/topics/11937</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:04:58 -0600</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2004 19:04:58 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30844</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/11937</link>
    </item>
  </channel>
</rss>
