<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on anti - Ikariam PLUS | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/30059</link>
    <description>Recent comments on userscript: anti - Ikariam PLUS</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by sol-666</title>
      <description>&lt;p&gt;if tou want we speek about modifications, post your comment here:
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/29831&quot;&gt;http://userscripts.org/scripts/show/29831&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 19 Jul 2008 08:11:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13830:46739</guid>
      <author>sol-666</author>
      <link>http://userscripts.org/posts/46739</link>
    </item>
    <item>
      <title>Archived Comments, replied by realtebo</title>
      <description>&lt;p&gt;Can you remove the 'plus' sign from the four images of the man (military, etc...) and the link from top bar?&lt;/p&gt;

&lt;p&gt;This is how You can do&lt;/p&gt;

&lt;p&gt;Or you or sol-666&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
// this one remove the plus

var ricercaPiu = document.evaluate(&quot;//div[@id='advisors']//a[@class='plusteaser']&quot;,
		document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);

for (var i = ricercaPiu.snapshotLength - 1; i &gt;= 0; i--) {
		var elm = ricercaPiu.snapshotItem(i);
		elm.parentNode.removeChild(elm);
}


// this one remove the link at top for plus functions
var ricercaLinkPlus = document.evaluate(&quot;//li[@class='premium']&quot;,
		document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);

for (var i = ricercaLinkPlus.snapshotLength - 1; i &gt;= 0; i--) {
		var elm = ricercaLinkPlus.snapshotItem(i);
		elm.parentNode.removeChild(elm);
}

&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jul 2008 18:00:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13830:46740</guid>
      <author>realtebo</author>
      <link>http://userscripts.org/posts/46740</link>
    </item>
    <item>
      <title>Archived Comments, replied by sol-666</title>
      <description>&lt;p&gt;why dit you use my code, I don't see any diff&#233;rences ??&lt;/p&gt;

&lt;p&gt;original sources are here :
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/29831&quot;&gt;http://userscripts.org/scripts/show/29831&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 15 Jul 2008 10:12:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13830:46741</guid>
      <author>sol-666</author>
      <link>http://userscripts.org/posts/46741</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:05:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13830:46738</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/46738</link>
    </item>
  </channel>
</rss>
