<?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>feature request, replied by mushi_aandw2</title>
      <description>&lt;p&gt;just wondering if it was possible to also open fake lj cuts to open inline? also can an unfold all option be added to the comments section?&lt;/p&gt;</description>
      <pubDate>Sat, 02 May 2009 03:14:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26012:116991</guid>
      <author>mushi_aandw2</author>
      <link>http://userscripts.org/posts/116991</link>
    </item>
    <item>
      <title>Archived Comments, replied by pech</title>
      <description>&lt;p&gt;thanks!&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2008 07:57:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30845</guid>
      <author>pech</author>
      <link>http://userscripts.org/posts/30845</link>
    </item>
    <item>
      <title>Archived Comments, replied by greypillar</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 12:00:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30846</guid>
      <author>greypillar</author>
      <link>http://userscripts.org/posts/30846</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ilya Dogolazky</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 15:06:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30847</guid>
      <author>Ilya Dogolazky</author>
      <link>http://userscripts.org/posts/30847</link>
    </item>
    <item>
      <title>Archived Comments, replied by greypillar</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 13:44:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30848</guid>
      <author>greypillar</author>
      <link>http://userscripts.org/posts/30848</link>
    </item>
    <item>
      <title>Archived Comments, replied by Violet Tigress</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 20:18:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30849</guid>
      <author>Violet Tigress</author>
      <link>http://userscripts.org/posts/30849</link>
    </item>
    <item>
      <title>Archived Comments, replied by Noxumbra</title>
      <description>&lt;p&gt;Never mind, I figured it out!&lt;/p&gt;</description>
      <pubDate>Wed, 13 Feb 2008 02:28:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30850</guid>
      <author>Noxumbra</author>
      <link>http://userscripts.org/posts/30850</link>
    </item>
    <item>
      <title>Archived Comments, replied by Noxumbra</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>Wed, 23 Jan 2008 03:53:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30851</guid>
      <author>Noxumbra</author>
      <link>http://userscripts.org/posts/30851</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dani Church</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 20:45:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30852</guid>
      <author>Dani Church</author>
      <link>http://userscripts.org/posts/30852</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</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>Wed, 17 Nov 2004 01:04:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11937:30844</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/30844</link>
    </item>
  </channel>
</rss>
