<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>The script will be a bit overkill, but if you comment out line 171-172 and add &lt;code&gt;this.setIcon(self.icons.read);&lt;/code&gt; below, it should set the icon to the red envelope, and not incur anymore overhead.

So, to sum up, line 171-172 changes from:
&lt;pre&gt;this.timer = setInterval(this.poll, 500);
this.poll();&lt;/pre&gt;
To:
&lt;pre&gt;//this.timer = setInterval(this.poll, 500);
//this.poll();
this.setIcon(self.icons.read);&lt;/pre&gt;

I have tested it to work in Firefox 3.5 on Windows XP.</body>
  <body-html>&lt;p&gt;The script will be a bit overkill, but if you comment out line 171-172 and add &lt;code&gt;this.setIcon(self.icons.read);&lt;/code&gt; below, it should set the icon to the red envelope, and not incur anymore overhead.&lt;/p&gt;

&lt;p&gt;So, to sum up, line 171-172 changes from:
&lt;br /&gt;&lt;pre&gt;this.timer = setInterval(this.poll, 500);
this.poll();&lt;/pre&gt;
&lt;br /&gt;To:
&lt;br /&gt;&lt;pre&gt;//this.timer = setInterval(this.poll, 500);
//this.poll();
this.setIcon(self.icons.read);&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;I have tested it to work in Firefox 3.5 on Windows XP.&lt;/p&gt;</body-html>
  <created-at type="datetime">2009-07-14T16:38:40Z</created-at>
  <forumable-id type="integer">24430</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">146133</id>
  <topic-id type="integer">30765</topic-id>
  <updated-at type="datetime">2009-07-14T16:38:58Z</updated-at>
  <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)</user-agent>
  <user-id type="integer">27555</user-id>
</post>
