<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Yahoo Mail Beta Ad Remover | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/5257</link>
    <description>Recent comments on userscript: Yahoo Mail Beta Ad Remover</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by yoyopi27</title>
      <description>&lt;p&gt;I've modified the original script to completly hide the left side ads!
&lt;br /&gt;You have to add this to line 62 :
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;        var TopAd = parent.document.getElementById('nwPane');
&lt;br /&gt;	var BottomAd = parent.document.getElementById('swPane');
&lt;br /&gt;	var folderPan = parent.document.getElementById('foldersPane');
&lt;br /&gt;	var folderDiv = parent.document.getElementById('foldersTableDiv');
&lt;br /&gt;	var MaxBottom = parent.document.getElementById('calBarPane');&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;And this to line 81:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;       if ( BottomAd != null ){
&lt;br /&gt;		BottomAd.style.visibility='hidden';
&lt;br /&gt;	}
&lt;br /&gt;	if ( TopAd != null ){
&lt;br /&gt;		deleteNode(TopAd);
&lt;br /&gt;	}
&lt;br /&gt;        if (BottomAd != null){
&lt;br /&gt;		var MaxBottomHeight = pixtoint(MaxBottom.style.top)+pixtoint(MaxBottom.style.height);
&lt;br /&gt;		var DifTop = pixtoint(folderDiv.style.top) - pixtoint(folderPan.style.top);
&lt;br /&gt;		folderDiv.style.height = ((MaxBottomHeight - pixtoint(folderDiv.style.top) - DifTop - 10) + &quot;px&quot;);
&lt;br /&gt;		folderPan.style.height = ((MaxBottomHeight - pixtoint(folderPan.style.top)) + &quot;px&quot;);		
&lt;br /&gt;	}
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 24 Sep 2008 13:24:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37339</guid>
      <author>yoyopi27</author>
      <link>http://userscripts.org/posts/37339</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sean Watson</title>
      <description>&lt;p&gt;To hide the left side ads
&lt;br /&gt;add this to line 62
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;	var swPane=parent.document.getElementById('swPane');
&lt;br /&gt;	var foldersTableDiv=parent.document.getElementById('foldersTableDiv');
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;And this to line 76
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;	if ( swPane != null ) {
&lt;br /&gt;//                 deleteNode(swPane);
&lt;br /&gt;		swPane.style.visibility='hidden';
&lt;br /&gt;	}
&lt;br /&gt;	if (foldersTableDiv != null ) {
&lt;br /&gt;// 		resizeNode(foldersTableDiv);
&lt;br /&gt;		foldersTableDiv.style.height='100%';
&lt;br /&gt;	}
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 18 Aug 2008 02:30:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37340</guid>
      <author>Sean Watson</author>
      <link>http://userscripts.org/posts/37340</link>
    </item>
    <item>
      <title>Archived Comments, replied by BKDotCom</title>
      <description>&lt;p&gt;As suggested by the author, I have uploaded a modified version of this script...
&lt;br /&gt;My additions include
&lt;br /&gt;&lt;ul&gt;&lt;li&gt;removal of leftside ads&lt;/li&gt;&lt;li&gt;periodically cleans up the ads (to get the ones they occasionally put back)&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/10270&quot;&gt;Ad Remover+&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 28 Jun 2007 18:06:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37341</guid>
      <author>BKDotCom</author>
      <link>http://userscripts.org/posts/37341</link>
    </item>
    <item>
      <title>Archived Comments, replied by pogue</title>
      <description>&lt;p&gt;Now they are putting ads on the left hand side too :(&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://img261.imageshack.us/img261/4976/yahoomailadszc5.jpg&quot;&gt;http://img261.imageshack.us/img261/4976/yahoomailadszc5.jpg&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 22 Jun 2007 23:20:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37342</guid>
      <author>pogue</author>
      <link>http://userscripts.org/posts/37342</link>
    </item>
    <item>
      <title>Archived Comments, replied by nettrotter</title>
      <description>&lt;p&gt;well done you work makes my interface very clean. and it 's of great help to those who is poor at the bandwidth.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Jun 2007 06:23:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37343</guid>
      <author>nettrotter</author>
      <link>http://userscripts.org/posts/37343</link>
    </item>
    <item>
      <title>Archived Comments, replied by Chetan A. Sharma</title>
      <description>&lt;p&gt;Thank you! works great. The right advertisement hides when u use this script! &lt;/p&gt;

&lt;p&gt;Btw is there a way to hide the ads which appear above and below the left navigation (Like Inbox, Drafts, Sent etc)&lt;/p&gt;

&lt;p&gt;Any help would be gr8. Thanks again!&lt;/p&gt;</description>
      <pubDate>Fri, 15 Jun 2007 20:26:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37344</guid>
      <author>Chetan A. Sharma</author>
      <link>http://userscripts.org/posts/37344</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gary Lape</title>
      <description>&lt;p&gt;I get the same runtime error as that described by Joe L.  I am running Windows XP.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jun 2007 18:14:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37345</guid>
      <author>Gary Lape</author>
      <link>http://userscripts.org/posts/37345</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gary Lape</title>
      <description>&lt;p&gt;Does this script work on an XP platform?&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jun 2007 21:52:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37346</guid>
      <author>Gary Lape</author>
      <link>http://userscripts.org/posts/37346</link>
    </item>
    <item>
      <title>Archived Comments, replied by blippy</title>
      <description>&lt;p&gt;will this work with CANADA yahoo beta? ;)&lt;/p&gt;

&lt;p&gt;mail.yahoo.ca&lt;/p&gt;</description>
      <pubDate>Sat, 26 May 2007 00:09:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37347</guid>
      <author>blippy</author>
      <link>http://userscripts.org/posts/37347</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ven0m</title>
      <description>&lt;p&gt;Well, it seems that Yahoo has updated mail slightly (at least for me).&lt;/p&gt;

&lt;p&gt;Now I have an idea and a suggestion...&lt;/p&gt;

&lt;p&gt;It is possible to collapse the side ad space, but leave the collapsed space? I'll elaborate with screenshots.&lt;/p&gt;

&lt;p&gt;Before:
&lt;br /&gt;&lt;a href=&quot;http://img301.imageshack.us/img301/2529/beforepd1.png&quot;&gt;http://img301.imageshack.us/img301/2529/beforep...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;See how the side ad bar extends out every time you view different parts of the Y!Mail beta site? Well, is it possible to automatically collapse it (like you can already do with the little arrow button) and leave it collapsed? Now, look at this mock up screenshot I made...&lt;/p&gt;

&lt;p&gt;After:
&lt;br /&gt;&lt;a href=&quot;http://img104.imageshack.us/img104/8216/afterij1.png&quot;&gt;http://img104.imageshack.us/img104/8216/afterij...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;See how the ad is gone, but it leaves the collapsed space? I personally like how this looks, and it fits in well with the site, giving it a nice border (minus the arrow button of course).&lt;/p&gt;

&lt;p&gt;So what do you guys think? Is it possible or not?&lt;/p&gt;</description>
      <pubDate>Mon, 14 May 2007 20:16:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37348</guid>
      <author>Ven0m</author>
      <link>http://userscripts.org/posts/37348</link>
    </item>
    <item>
      <title>Archived Comments, replied by Narayan Natarajan</title>
      <description>&lt;p&gt;Zoe,&lt;/p&gt;

&lt;p&gt;yahoo re-generates the ad each time - which the script destroys each time. So, there's the flash of creation, and another for its destruction.. 
&lt;br /&gt;(wonder if you get a reaaaaly fast computer if you'd see it.. :) )&lt;/p&gt;</description>
      <pubDate>Mon, 16 Apr 2007 01:40:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37349</guid>
      <author>Narayan Natarajan</author>
      <link>http://userscripts.org/posts/37349</link>
    </item>
    <item>
      <title>Archived Comments, replied by Narayan Natarajan</title>
      <description>&lt;p&gt;Hello all,
&lt;br /&gt;Thanks for you comments, and thanks for the extra code someone sent me (more on that in a bit).&lt;/p&gt;

&lt;p&gt;This version: adjusts to the new yahoo's &quot;hide&quot; button/bar. Also, modified the behaviour of hiding the ads. Not sure if this will be better or not, but time and experience with it will tell.&lt;/p&gt;

&lt;p&gt;Joe L: Not really sure what the matter would be, but try the new version.&lt;/p&gt;

&lt;p&gt;bkfake: The code that you modified works fine, and maybe a good addition for people that just hate adverts. I'm not much of an advert &quot;hater&quot;, I just hate it when advertisements are there to create a problem (such as not being able to view my email). So, at this time I'm not adding it to this code. However, please feel free to upload it as your own mod (and keep me in the credits) so if there are such people that would not care for ads then they can use yours.
&lt;br /&gt;Thanks!&lt;/p&gt;</description>
      <pubDate>Mon, 16 Apr 2007 01:16:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37350</guid>
      <author>Narayan Natarajan</author>
      <link>http://userscripts.org/posts/37350</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joe L</title>
      <description>&lt;p&gt;I tried to install this script but it gave me an error.&lt;/p&gt;

&lt;p&gt;Script: c:\document ... \5257.user[1].js
&lt;br /&gt;Line:   51
&lt;br /&gt;Char:   2
&lt;br /&gt;Error:  'parent' is undefined
&lt;br /&gt;Code:   800A1391
&lt;br /&gt;Source: Microsoft JScript runtime error&lt;/p&gt;

&lt;p&gt;How can I get pass this?&lt;/p&gt;</description>
      <pubDate>Wed, 28 Mar 2007 13:31:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37351</guid>
      <author>Joe L</author>
      <link>http://userscripts.org/posts/37351</link>
    </item>
    <item>
      <title>Archived Comments, replied by Zoe Gillenwater</title>
      <description>&lt;p&gt;Works as advertised, and makes reading mail much more pleasant. The only weird thing is that each message initially loads with a gap to the right as if the vertical banner ad was still there, then resizes to fill in the space. It's kind of distracting. Otherwise, great job.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Jan 2007 15:06:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37352</guid>
      <author>Zoe Gillenwater</author>
      <link>http://userscripts.org/posts/37352</link>
    </item>
    <item>
      <title>Archived Comments, replied by Virus</title>
      <description>&lt;p&gt;G8 job dude....&lt;/p&gt;</description>
      <pubDate>Wed, 29 Nov 2006 08:22:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37353</guid>
      <author>Virus</author>
      <link>http://userscripts.org/posts/37353</link>
    </item>
    <item>
      <title>Archived Comments, replied by Troc Ster</title>
      <description>&lt;p&gt;A million thanks narayan. That side bar is just too big and your script works a treat. &lt;/p&gt;

&lt;p&gt;I paid for my screen, I paid for my bandwidth, I've even paid for the damn yahoo mail service, but not to see stupid anoying, intrusive and insulting adverts. &lt;/p&gt;

&lt;p&gt;Keep up the excelent work !&lt;/p&gt;</description>
      <pubDate>Fri, 10 Nov 2006 01:24:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37354</guid>
      <author>Troc Ster</author>
      <link>http://userscripts.org/posts/37354</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ashish Agnihotri</title>
      <description>&lt;p&gt;Really what I was looking for. Yahoo mail now looks even better. One glitch however, if I resize the Firefox window - the ad pane reappears annoyingly :(&lt;/p&gt;</description>
      <pubDate>Thu, 05 Oct 2006 22:21:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37355</guid>
      <author>Ashish Agnihotri</author>
      <link>http://userscripts.org/posts/37355</link>
    </item>
    <item>
      <title>Archived Comments, replied by sush</title>
      <description>&lt;p&gt;Really great job :). The narrow reading pane used to take the fun off.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Sep 2006 10:22:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37356</guid>
      <author>sush</author>
      <link>http://userscripts.org/posts/37356</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mahesh</title>
      <description>&lt;p&gt;Thanx a lot buddy. I actually switched back to Old yahoomail due to this AD, now am happy using Yahoomail Beta for ever.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Sep 2006 10:16:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37357</guid>
      <author>Mahesh</author>
      <link>http://userscripts.org/posts/37357</link>
    </item>
    <item>
      <title>Archived Comments, replied by Narayan Natarajan</title>
      <description>&lt;p&gt;Thanks for the comments.
&lt;br /&gt;I uploaded a modified script with the message pane pop-sideways-into-a-tab width modifier so that it is also eats up the advert portion.
&lt;br /&gt;Enjoy.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Sep 2006 20:28:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37358</guid>
      <author>Narayan Natarajan</author>
      <link>http://userscripts.org/posts/37358</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mahesh</title>
      <description>&lt;p&gt;I meant Reading pane, when the mail is previewed in next tab.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Sep 2006 11:58:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37359</guid>
      <author>Mahesh</author>
      <link>http://userscripts.org/posts/37359</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mahesh</title>
      <description>&lt;p&gt;Narayan, Damn good script. But it only removes the adverts, if possible try to increasing Reading pane size also :)&lt;/p&gt;</description>
      <pubDate>Tue, 26 Sep 2006 10:29:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37360</guid>
      <author>Mahesh</author>
      <link>http://userscripts.org/posts/37360</link>
    </item>
    <item>
      <title>Archived Comments, replied by bunkacid</title>
      <description>&lt;p&gt;could you make this script work with the calendar also to kill the ads on the right and fix the table?&lt;/p&gt;</description>
      <pubDate>Wed, 23 Aug 2006 05:56:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37361</guid>
      <author>bunkacid</author>
      <link>http://userscripts.org/posts/37361</link>
    </item>
    <item>
      <title>Archived Comments, replied by Narayan Natarajan</title>
      <description>&lt;p&gt;Yahoo! Mail Beta contains a sidebar with adverts that are annoying due to the messages that extend beyond the message pane area - which means you have to horizontally scroll. This happens pretty much all of the time and this script causes the side bar to be shoved off the right edge of the window and the rest of the message area to occupy that space.
&lt;br /&gt;Its not perfect by far (also my first attempt at this), but feel free to evolve the script.
&lt;br /&gt;Thus far I couldn't find a script that does this - hope its useful to you people, enjoy!&lt;/p&gt;</description>
      <pubDate>Tue, 22 Aug 2006 09:37:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37362</guid>
      <author>Narayan Natarajan</author>
      <link>http://userscripts.org/posts/37362</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:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12640:37338</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/37338</link>
    </item>
  </channel>
</rss>
