<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Empornium Simplify 4.0.0 | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/25734</link>
    <description>Recent comments on userscript: Empornium Simplify 4.0.0</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Request, replied by DixonPro @ Sat, 30 May 2009 21:55:21 +0000</title>
      <description>&lt;p&gt;I'd like to have a version for PureTNA as well.&lt;/p&gt;</description>
      <pubDate>Sat, 30 May 2009 21:55:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19472:127424</guid>
      <author>DixonPro</author>
      <link>http://userscripts.org/topics/19472</link>
    </item>
    <item>
      <title>Request, replied by neveahitallic @ Wed, 27 May 2009 23:02:51 +0000</title>
      <description>&lt;p&gt;I second this request.  A PureTNA Version of this script, or just the &quot;thumbnails&quot; feature, would be EXCELLENT. Please, if you can convert this script into a second version for PureTNA.com, I, along with hundreds of thousands would be so thankful.&lt;/p&gt;</description>
      <pubDate>Wed, 27 May 2009 23:02:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19472:126494</guid>
      <author>neveahitallic</author>
      <link>http://userscripts.org/topics/19472</link>
    </item>
    <item>
      <title>Request, replied by axe2212 @ Fri, 26 Dec 2008 06:38:08 +0000</title>
      <description>&lt;p&gt;Wow, I found this script late, but it's an incredible job. Saves lots of time, no need to open tons of tabs and back, the extrack thnmbnails feature is awesome
&lt;br /&gt;Will you adapt it to PureTNA?
&lt;br /&gt;Thanx a lot, Howard&lt;/p&gt;</description>
      <pubDate>Fri, 26 Dec 2008 06:38:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19472:86229</guid>
      <author>axe2212</author>
      <link>http://userscripts.org/topics/19472</link>
    </item>
    <item>
      <title>Archived Comments, replied by hurriKane @ Sun, 14 Sep 2008 15:45:34 +0000</title>
      <description>&lt;p&gt;Excelent script! Thank you!&lt;/p&gt;

&lt;p&gt;treas0n is right, it does look better that way on smaller (standard) resolutions.. if you have a 1920 by 1080 pixels resolution (like me), it looks just fine.&lt;/p&gt;

&lt;p&gt;Edit 1:&lt;/p&gt;

&lt;p&gt;Could you also make it work on &quot;*empornium.us/userdetails*&quot; ? Thank you!&lt;/p&gt;

&lt;p&gt;Edit2:&lt;/p&gt;

&lt;p&gt;Could you also make it work for puretna.com? Thanks!&lt;/p&gt;</description>
      <pubDate>Sun, 14 Sep 2008 15:45:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11522:28792</guid>
      <author>hurriKane</author>
      <link>http://userscripts.org/topics/11522</link>
    </item>
    <item>
      <title>Archived Comments, replied by treas0n @ Thu, 14 Aug 2008 18:00:02 +0000</title>
      <description>&lt;p&gt;Great job! 
&lt;br /&gt;IMHO, It would look better if the pictures were in a new row instead of many columns
&lt;br /&gt;Replace the getPicLinks() function with this to see what i mean:
&lt;br /&gt;&lt;pre&gt;
function getPicsLinks(htmlSource, rowID) {
    htmlSource = strBetween(htmlSource, 'Peers', 'Add Comment');
    while (true) {
        // get link element
        link = strBetween(htmlSource, 'fullpic.php', 'a&gt;');
        link = link.replace(&quot;'&gt;&quot;, &quot;&gt;&quot;);
        imgI = htmlSource.indexOf('fullpic.php');
        if (imgI == -1) {break;}
        linkElem = '&amp;lt;a href=&quot;http://www.empornium.us/fullpic.php' + link + 'a&amp;gt;';
        htmlSource = htmlSource.substring(imgI+21);
        // insert into html
		var rows = new Array(); 
		var rows = document.getElementsByTagName('table')[13].getElementsByTagName(&quot;tr&quot;);

		for (var x=0;x &amp;lt; rows.length;x++) {
			if (rows[x].id == rowID) {
				var i = x+1;
			}
		}
        		
		if (document.getElementById(&quot;r&quot;+rowID)) {
			document.getElementById(&quot;r&quot;+rowID).innerHTML = document.getElementById(&quot;r&quot;+rowID).innerHTML + linkElem;
		} else {
			var x=document.getElementsByTagName('table')[13].insertRow(i);
			var y=x.insertCell(0)
			y.colSpan = 11;
			y.id = &quot;r&quot;+rowID;
			y.bgColor = &quot;#a9c5dd&quot;;
			y.innerHTML=linkElem;
		}
        
    }
}

&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;It'll be great if you included this mod in a future release&lt;/p&gt;</description>
      <pubDate>Thu, 14 Aug 2008 18:00:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11522:28793</guid>
      <author>treas0n</author>
      <link>http://userscripts.org/topics/11522</link>
    </item>
    <item>
      <title>Archived Comments, replied by phR3d @ Fri, 20 Jun 2008 03:36:45 +0000</title>
      <description>&lt;p&gt;Your script is AMAZING! Saved me tons of time! ;) If future versions were able to exclude type, like Anime, Comics or Porn Games it would become my favorite script! Thanks!&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jun 2008 03:36:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11522:28794</guid>
      <author>phR3d</author>
      <link>http://userscripts.org/topics/11522</link>
    </item>
    <item>
      <title>Archived Comments, replied by Howard @ Sat, 24 May 2008 22:46:07 +0000</title>
      <description>&lt;p&gt;script updated&lt;/p&gt;

&lt;p&gt;v4.0.0
&lt;br /&gt;* fixed script for site update
&lt;br /&gt;* disabled script on detail pages. wasn't working right&lt;/p&gt;</description>
      <pubDate>Sat, 24 May 2008 22:46:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11522:28795</guid>
      <author>Howard</author>
      <link>http://userscripts.org/topics/11522</link>
    </item>
    <item>
      <title>Archived Comments, replied by Howard @ Tue, 06 May 2008 02:06:01 +0000</title>
      <description>&lt;p&gt;script updated&lt;/p&gt;

&lt;p&gt;v3.0.0
&lt;br /&gt;* removes side banners and top banner&lt;/p&gt;</description>
      <pubDate>Tue, 06 May 2008 02:06:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11522:28796</guid>
      <author>Howard</author>
      <link>http://userscripts.org/topics/11522</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Wed, 17 Nov 2004 01:06:11 +0000</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:06:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11522:28791</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/11522</link>
    </item>
  </channel>
</rss>
