<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Empornium Simplify 5.1.0 | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/25734</link>
    <description>Recent comments on userscript: Empornium Simplify 5.1.0</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Included Pages, replied by RobNav</title>
      <description>&lt;p&gt;It would be great if you could include thumbnail views for user pages such as:
&lt;br /&gt;&lt;a href=&quot;http://empornium.us/userdetails.php?cat=9&amp;amp;id=2302452&quot;&gt;http://empornium.us/userdetails.php?cat=9&amp;amp;id=23...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Many Thanks...&lt;/p&gt;</description>
      <pubDate>Mon, 14 Sep 2009 07:10:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:35102:168738</guid>
      <author>RobNav</author>
      <link>http://userscripts.org/posts/168738</link>
    </item>
    <item>
      <title>Request, replied by h1ghb1rd</title>
      <description>&lt;p&gt;Your script saves so much time! Please make it also compatible with PureTNA! :)&lt;/p&gt;</description>
      <pubDate>Mon, 17 Aug 2009 01:25:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19472:159193</guid>
      <author>h1ghb1rd</author>
      <link>http://userscripts.org/posts/159193</link>
    </item>
    <item>
      <title>Request, replied by Howard</title>
      <description>v5.1.0 minor update.

* customizable removal of rating and uploader columns
* removal of &lt;br /&gt; tags in name column for easier copying</description>
      <pubDate>Sat, 15 Aug 2009 06:17:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19472:158588</guid>
      <author>Howard</author>
      <link>http://userscripts.org/posts/158588</link>
    </item>
    <item>
      <title>Request, replied by Howard</title>
      <description>&lt;p&gt;uhh haha. wow i..have not checked this site in a while. sorry people. i'll look into a version for PureTNA.&lt;/p&gt;

&lt;p&gt;just uploaded a new version to fix the direct download link. apparently empornium changed their HTML a bit and it broke.&lt;/p&gt;</description>
      <pubDate>Sat, 15 Aug 2009 02:53:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19472:158538</guid>
      <author>Howard</author>
      <link>http://userscripts.org/posts/158538</link>
    </item>
    <item>
      <title>Request, replied by DixonPro</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/posts/127424</link>
    </item>
    <item>
      <title>Request, replied by neveahitallic</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/posts/126494</link>
    </item>
    <item>
      <title>Request, replied by axe2212</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/posts/86229</link>
    </item>
    <item>
      <title>Archived Comments, replied by hurriKane</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/posts/28792</link>
    </item>
    <item>
      <title>Archived Comments, replied by treas0n</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/posts/28793</link>
    </item>
    <item>
      <title>Archived Comments, replied by phR3d</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/posts/28794</link>
    </item>
    <item>
      <title>Archived Comments, replied by Howard</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/posts/28795</link>
    </item>
    <item>
      <title>Archived Comments, replied by Howard</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/posts/28796</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:06:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11522:28791</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/28791</link>
    </item>
  </channel>
</rss>
