<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Yahoo Mail Ad and Sidepan Removal - VikySaran | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/23892</link>
    <description>Recent comments on userscript: Yahoo Mail Ad and Sidepan Removal - VikySaran</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Mark Spencer @ Wed, 23 Apr 2008 18:43:00 -0500</title>
      <description>&lt;p&gt;Since I moved to Vista home premium I could not use any of these to get any relief from all that space...I think they way overdid it or I would put up with it.. but now, even with Vista, I have this and my browser back to reading email.... this works great....&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2008 18:43:00 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11381:28121</guid>
      <author>Mark Spencer</author>
      <link>http://userscripts.org/topics/11381</link>
    </item>
    <item>
      <title>Archived Comments, replied by BenjaminJ @ Thu, 27 Mar 2008 04:41:49 -0500</title>
      <description>&lt;p&gt;Now there is an advertisement TD on the far right, which can be removed with: 
&lt;br /&gt;&lt;pre&gt;
// Remove ad on the far right
GM_addStyle(&quot;td#sky_ad { visibility:hidden;display:none;}&quot;);
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;To also remove it from the Yahoo! Calendar, I could only come up with the next code (in a separate script):
&lt;br /&gt;&lt;pre&gt;
//Remove ad on the far right for Calendar
ad_td = document.getElementById('daydataview').getElementsByTagName('table')[2].parentNode;
ad_td.style.visibility = &quot;hidden;&quot;;
ad_td.style.display = &quot;none;&quot;;
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 27 Mar 2008 04:41:49 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11381:28122</guid>
      <author>BenjaminJ</author>
      <link>http://userscripts.org/topics/11381</link>
    </item>
    <item>
      <title>Archived Comments, replied by anandacharya @ Tue, 18 Mar 2008 02:25:05 -0500</title>
      <description>&lt;p&gt;it good working for me&lt;/p&gt;</description>
      <pubDate>Tue, 18 Mar 2008 02:25:05 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11381:28123</guid>
      <author>anandacharya</author>
      <link>http://userscripts.org/topics/11381</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:06:10 -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:06:10 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11381:28120</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/11381</link>
    </item>
  </channel>
</rss>
