<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Windows Live Ad Remover | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/8228</link>
    <description>Recent comments on userscript: Windows Live Ad Remover</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Live Calendar doesn't work, replied by dancebean</title>
      <description>&lt;p&gt;It seems this script remove the iFrame which disable the live calendar to be loaded. Is this problem solvable? Thank you&lt;/p&gt;</description>
      <pubDate>Sat, 21 Nov 2009 07:33:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39954:192004</guid>
      <author>dancebean</author>
      <link>http://userscripts.org/posts/192004</link>
    </item>
    <item>
      <title>Userstyle, replied by Erik Vold</title>
      <description>&lt;p&gt;Is this a userstyle yet?&lt;/p&gt;</description>
      <pubDate>Thu, 22 Oct 2009 01:19:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:37942:182137</guid>
      <author>Erik Vold</author>
      <link>http://userscripts.org/posts/182137</link>
    </item>
    <item>
      <title>auto save to drafts, replied by langware</title>
      <description>&lt;p&gt;Hotmail has recently added an &quot;auto save to drafts&quot; feature. New messages being composed are automatically saved in the Drafts folder every three minutes. &lt;/p&gt;

&lt;p&gt;Users are not given an option to change the three minute interval.&lt;/p&gt;

&lt;p&gt;I searched through the HTML for the New Message Compose page and found this line of code:
&lt;br /&gt;autoSaveDraft : { interval: 3 },&lt;/p&gt;

&lt;p&gt;.... which is included in a script.&lt;/p&gt;

&lt;p&gt;This line of code looks like it controls the three minute interval.&lt;/p&gt;

&lt;p&gt;I am a novice script writer and cannot figure out how to change the above line of text (that is part of a script in the HTML that Hotmail generates) in order to increase or decrease interval that messages are automatically saved.&lt;/p&gt;

&lt;p&gt;Can anyone offer some suggestion on how I could write a user script that could modify the above line of code? &lt;/p&gt;

&lt;p&gt;Can the existing Windows Live Ad Remover be modified to change the three minute interval used by Hotmails &quot;auto save to drafts&quot;?&lt;/p&gt;

&lt;p&gt;The above line of code is found in this context within the HTML generated by Hotmail (new message compose page):&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;ComposePage = {&lt;/p&gt;

&lt;p&gt;other code&lt;/p&gt;

&lt;p&gt;autoSaveDraft : { interval: 3 },&lt;/p&gt;

&lt;p&gt;more code&lt;/p&gt;

&lt;p&gt;}
&lt;br /&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 03 Oct 2009 19:30:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:36515:175820</guid>
      <author>langware</author>
      <link>http://userscripts.org/posts/175820</link>
    </item>
    <item>
      <title>Arabic not working, replied by loya</title>
      <description>&lt;p&gt;In the Arabic version of hotmail (and may be Hebrew also ) the ads appear in the left side , and because of that this script does not work&lt;/p&gt;</description>
      <pubDate>Fri, 19 Jun 2009 12:36:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29154:135381</guid>
      <author>loya</author>
      <link>http://userscripts.org/posts/135381</link>
    </item>
    <item>
      <title>Why can't I get the script to wok entirely?, replied by alant</title>
      <description>&lt;p&gt;Firefox 3.0.7
&lt;br /&gt;Script downloaded from here last week (userscripts.org/scripts/show/8228)&lt;/p&gt;

&lt;p&gt;Sorry if this is the wrong place to post this, but I can't get the script working entirely.  The following is what I tried:&lt;/p&gt;

&lt;p&gt;-First,I put in a test line at the end of the script to make sure it running.
&lt;br /&gt;-got 'the wlar script is running'
&lt;br /&gt;-I unchecked enable adblock plus
&lt;br /&gt;*still have white space
&lt;br /&gt;-I uninstalled Ad Block Plus
&lt;br /&gt;-restarted firefox
&lt;br /&gt;-reloaded
&lt;br /&gt;*still not full page&lt;/p&gt;

&lt;p&gt;settings:
&lt;br /&gt;greasemonkey has checkmark next to enabled&lt;/p&gt;

&lt;p&gt;under manage userscripts:
&lt;br /&gt;enabled box is check marked
&lt;br /&gt;windowslive adremover included pages:
&lt;br /&gt;&lt;a href=&quot;http://*.mail.live.com/&quot;&gt;http://*.mail.live.com/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;https://*mail.live.com/&quot;&gt;https://*mail.live.com/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;http://mail.live.com/&quot;&gt;http://mail.live.com/&lt;/a&gt;*
&lt;br /&gt;&lt;a href=&quot;https://mail.live.com/&quot;&gt;https://mail.live.com/&lt;/a&gt;*&lt;/p&gt;

&lt;p&gt;Here is adremover in notepad:
&lt;br /&gt;// ==UserScript==
&lt;br /&gt;// @author         mungushume
&lt;br /&gt;// @version        4.3
&lt;br /&gt;// @name           Windows Live Ad Remover
&lt;br /&gt;// @namespace      mungushume_@_hotmail_._com
&lt;br /&gt;// @description    Remove ads from Windows Live Mail
&lt;br /&gt;// @include        &lt;a href=&quot;http://*.mail.live.com/&quot;&gt;http://*.mail.live.com/&lt;/a&gt;*
&lt;br /&gt;// @include        &lt;a href=&quot;https://*.mail.live.com/&quot;&gt;https://*.mail.live.com/&lt;/a&gt;*
&lt;br /&gt;// @include        &lt;a href=&quot;http://mail.live.com/&quot;&gt;http://mail.live.com/&lt;/a&gt;*
&lt;br /&gt;// @include        &lt;a href=&quot;https://mail.live.com/&quot;&gt;https://mail.live.com/&lt;/a&gt;*
&lt;br /&gt;// @scriptsource   &lt;a href=&quot;http://userscripts.org/scripts/show/8228&quot;&gt;http://userscripts.org/scripts/show/8228&lt;/a&gt;
&lt;br /&gt;// ==/UserScript==&lt;/p&gt;

&lt;p&gt;// New in v1.1 now removes most ads from the Today page
&lt;br /&gt;// New in v2.0 Removes all adds from all pages
&lt;br /&gt;// New in v3.0 Completely redesigned to use a style-sheet form of manipulation (less processor hungry)
&lt;br /&gt;// BugFix v3.1 Alterations made so the script works with the &quot;Classic&quot; version of windows live
&lt;br /&gt;// BugFix v4.0 Alterations made so the script works with some changes in the UK localisation
&lt;br /&gt;// BugFix v4.1 More includes added as they seem to have altered some of the url's
&lt;br /&gt;// BugFix v4.2 Now removes the ads on the right
&lt;br /&gt;// BugFix v4.3 Now removes the ads after sending a mail and also the &quot;Quick Add&quot; panel when writing mails&lt;/p&gt;

&lt;p&gt;var css = &quot;@namespace url(&lt;a href=&quot;http://www.w3.org/1999/xhtml&quot;&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;); .cAdBannerContainer, #FooterContainer, #RadAd_Today300, .cRadAds, .cToolsCustomerCommunication, .c120x60CustomerCommContainer, .CustComm_120x60, .dSideAds , #dapIfM0, #RadAd_Banner, #RadAd_TodayPage_Banner, #RadAd_Skyscraper, #IAPWrapper, .SideAdCol { display: none !important; }  .TodayDefault, .cContentInner { margin-right: 0px !important; } #MainContent, #ManagedContentWrapper { right: 0px !important; margin-right: 2px !important ;}&quot;;
&lt;br /&gt;if (typeof GM_addStyle != &quot;undefined&quot;) {
&lt;br /&gt;    GM_addStyle(css);
&lt;br /&gt;} else if (typeof addStyle != &quot;undefined&quot;) {
&lt;br /&gt;    addStyle(css);
&lt;br /&gt;} else {
&lt;br /&gt;    var heads = document.getElementsByTagName(&quot;head&quot;);
&lt;br /&gt;    if (heads.length &gt; 0) {
&lt;br /&gt;        var node = document.createElement(&quot;style&quot;);
&lt;br /&gt;        node.type = &quot;text/css&quot;;
&lt;br /&gt;        node.innerHTML = css;
&lt;br /&gt;        heads[0].appendChild(node);
&lt;br /&gt;    }
&lt;br /&gt;}
&lt;br /&gt;alert(&quot;The WLAR script is running&quot;);&lt;/p&gt;

&lt;p&gt;What am I doing wrong?  Thanks again!
&lt;br /&gt;Alan&lt;/p&gt;</description>
      <pubDate>Sat, 28 Mar 2009 12:30:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23948:106266</guid>
      <author>alant</author>
      <link>http://userscripts.org/posts/106266</link>
    </item>
    <item>
      <title>'Quick Add' removal, replied by Snooters</title>
      <description>&lt;p&gt;Has anyone noticed a new 'skyscraper' ad on the right column? the script doesn't seem to block it. Great script, btw.&lt;/p&gt;</description>
      <pubDate>Thu, 26 Feb 2009 00:05:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21957:98558</guid>
      <author>Snooters</author>
      <link>http://userscripts.org/posts/98558</link>
    </item>
    <item>
      <title>'Quick Add' removal, replied by Crom</title>
      <description>&lt;p&gt;It works great!&lt;/p&gt;

&lt;p&gt;Thanx a lot&lt;/p&gt;</description>
      <pubDate>Sun, 22 Feb 2009 17:41:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21957:97767</guid>
      <author>Crom</author>
      <link>http://userscripts.org/posts/97767</link>
    </item>
    <item>
      <title>'Quick Add' removal, replied by ruaridhmac</title>
      <description>&lt;p&gt;Thanks for that - you're a genius.  R.&lt;/p&gt;</description>
      <pubDate>Sun, 22 Feb 2009 07:12:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21957:97690</guid>
      <author>ruaridhmac</author>
      <link>http://userscripts.org/posts/97690</link>
    </item>
    <item>
      <title>'Quick Add' removal, replied by mungushume</title>
      <description>&lt;p&gt;Done in v4.3
&lt;br /&gt;What a useless panel!)&lt;/p&gt;</description>
      <pubDate>Fri, 20 Feb 2009 14:58:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21957:97300</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/97300</link>
    </item>
    <item>
      <title>'Quick Add' removal, replied by ruaridhmac</title>
      <description>&lt;p&gt;I realise this maybe outside the scope of an Ad Remover but does anyone know how to remove the 'Quick Add' bar that appears during editing of message in live mail.  I'm sure everyone will agree it just takes up valuable space and isn't really necessary.&lt;/p&gt;

&lt;p&gt;R.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:18:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21957:97004</guid>
      <author>ruaridhmac</author>
      <link>http://userscripts.org/posts/97004</link>
    </item>
    <item>
      <title>Archived Comments, replied by NoOB123</title>
      <description>&lt;p&gt;If only this had the same update checking function as GoogleMonkeyR has, then the script would be nearly perfect.&lt;/p&gt;

&lt;p&gt;For some reason, it doesn't work in my Hotmail, though I'm sure that it's because of me and not your awesome script writing skillz.&lt;/p&gt;

&lt;p&gt;Thanks Again, MS!&lt;/p&gt;</description>
      <pubDate>Mon, 10 Nov 2008 03:40:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34318</guid>
      <author>NoOB123</author>
      <link>http://userscripts.org/posts/34318</link>
    </item>
    <item>
      <title>Archived Comments, replied by Chris4</title>
      <description>&lt;p&gt;Works great with the new Hotmail, thanks a lot!!&lt;/p&gt;</description>
      <pubDate>Wed, 05 Nov 2008 21:41:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34319</guid>
      <author>Chris4</author>
      <link>http://userscripts.org/posts/34319</link>
    </item>
    <item>
      <title>Archived Comments, replied by Faisal Maqsood</title>
      <description>&lt;p&gt;Yes this scripts also works fine in classic ver too&lt;/p&gt;</description>
      <pubDate>Sun, 02 Nov 2008 06:21:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34320</guid>
      <author>Faisal Maqsood</author>
      <link>http://userscripts.org/posts/34320</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joe L</title>
      <description>&lt;p&gt;After install this scripts, it worked fine to block windows live mail ads. but I can't open jpg files attached to the email. Strange..&lt;/p&gt;</description>
      <pubDate>Mon, 04 Feb 2008 19:28:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34321</guid>
      <author>Joe L</author>
      <link>http://userscripts.org/posts/34321</link>
    </item>
    <item>
      <title>Archived Comments, replied by mungushume</title>
      <description>&lt;p&gt;Krishi,
&lt;br /&gt;It sounds like you need to install greasemonkey
&lt;br /&gt;it can be found here &lt;a href=&quot;http://www.greasespot.net/&quot;&gt;http://www.greasespot.net/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 11 May 2007 12:01:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34322</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/34322</link>
    </item>
    <item>
      <title>Archived Comments, replied by Krishi</title>
      <description>&lt;p&gt;How to Install the script, where to install the script? Is this scrip removes Windows Live Hotmail Ads. Header Ad. Plz respond&lt;/p&gt;</description>
      <pubDate>Fri, 11 May 2007 05:00:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34323</guid>
      <author>Krishi</author>
      <link>http://userscripts.org/posts/34323</link>
    </item>
    <item>
      <title>Archived Comments, replied by Bob</title>
      <description>&lt;p&gt;Hiya&lt;/p&gt;

&lt;p&gt;I have Firefox v 1.5.0.7 (yes i know its old :-)) ang Greasmonkey 0.6.8.20070314.0&lt;/p&gt;

&lt;p&gt;So its due to the old version of Firefox..&lt;/p&gt;</description>
      <pubDate>Tue, 17 Apr 2007 09:06:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34324</guid>
      <author>Bob</author>
      <link>http://userscripts.org/posts/34324</link>
    </item>
    <item>
      <title>Archived Comments, replied by mungushume</title>
      <description>&lt;p&gt;Hey Bob,
&lt;br /&gt;You can ignore my last comment about the version of Greasemonkey. My testing dept !) obviously forgot to check the script with the &quot;Classic&quot; version of windows live!
&lt;br /&gt;Please try reinstalling and thanks for the bug report!
&lt;br /&gt;mh&lt;/p&gt;</description>
      <pubDate>Tue, 17 Apr 2007 09:03:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34325</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/34325</link>
    </item>
    <item>
      <title>Archived Comments, replied by mungushume</title>
      <description>&lt;p&gt;Hey Bob,
&lt;br /&gt;That's interesting, I'm running Firefox/2.0.0.3 with Greasemonkey 0.6.8.20070314.0 and have scroll bars on my long emails.
&lt;br /&gt;It looks like your using an older version of Greasemonkey that doesn't support GM_addStyle.
&lt;br /&gt;I'll look into this asap and update the script.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Apr 2007 08:33:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34326</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/34326</link>
    </item>
    <item>
      <title>Archived Comments, replied by Bob</title>
      <description>&lt;p&gt;The script has taken away the scroll bars, unable to scroll any long emails :-(&lt;/p&gt;</description>
      <pubDate>Tue, 17 Apr 2007 06:12:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34327</guid>
      <author>Bob</author>
      <link>http://userscripts.org/posts/34327</link>
    </item>
    <item>
      <title>Archived Comments, replied by hangeduplife</title>
      <description>&lt;p&gt;Thank you!  Windows Live drives me nuts sometimes. . .&lt;/p&gt;</description>
      <pubDate>Wed, 11 Apr 2007 16:10:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34328</guid>
      <author>hangeduplife</author>
      <link>http://userscripts.org/posts/34328</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:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12418:34317</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/34317</link>
    </item>
  </channel>
</rss>
