<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on GMail Character Count | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/38822</link>
    <description>Recent comments on userscript: GMail Character Count</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Gmail updates broke script?, replied by Brent Weech</title>
      <description>&lt;p&gt;It appears the new interface changes this week from Google have broken this script.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Feb 2009 12:51:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21382:94516</guid>
      <author>Brent Weech</author>
      <link>http://userscripts.org/posts/94516</link>
    </item>
    <item>
      <title>Exclude Quoted Text, replied by poseurtech</title>
      <description>&lt;p&gt;With a little modification you an fake this.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;function iev(count)
&lt;br /&gt;{
&lt;br /&gt;	var ifs=$('iframe',g.getActiveViewElement());
&lt;br /&gt;	var ifm;
&lt;br /&gt;	for(var i=0;i&amp;lt;ifs&gt;&lt;br /&gt;	{
&lt;br /&gt;		if(!ifs[i].gcc_added)
&lt;br /&gt;		{
&lt;br /&gt;			ifm=ifs[i].contentDocument;
&lt;br /&gt;			ifm.body.setAttribute('count_class','char_count'+count);
&lt;br /&gt;			ifm.count_class='char_count'+count;
&lt;br /&gt;			ifm.addEventListener('keyup',function()
&lt;br /&gt;			{
&lt;br /&gt;				var spans=$('.'+this.body.getAttribute('count_class'),g.getActiveViewElement());
&lt;br /&gt;				for(var i=spans.length-1;i&gt;=0;i--)
&lt;br /&gt;				{
&lt;br /&gt;// start modified code
&lt;br /&gt;					current=this.body.textContent.length;
&lt;br /&gt;					spans[i].innerHTML='( '+first+' + '+(current-first)+' Characters )';
&lt;br /&gt;// end modified code
&lt;br /&gt;				};
&lt;br /&gt;				return;
&lt;br /&gt;			},false);
&lt;br /&gt;			var spans=$('.char_count'+count,g.getActiveViewElement());
&lt;br /&gt;// start added code
&lt;br /&gt;			first=ifm.body.textContent.length;
&lt;br /&gt;// end added code
&lt;br /&gt;			for(var i=spans.length-1;i&gt;=0;i--)
&lt;br /&gt;			{
&lt;br /&gt;				current=ifm.body.textContent.length;
&lt;br /&gt;// start modified code
&lt;br /&gt;				spans[i].innerHTML='( '+first+' + 0 Characters )';
&lt;br /&gt;// end modified code
&lt;br /&gt;			};
&lt;br /&gt;			ifs[i].gcc_added=true;
&lt;br /&gt;			return;
&lt;br /&gt;		}
&lt;br /&gt;	};
&lt;br /&gt;	return;
&lt;br /&gt;};
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 28 Dec 2008 04:07:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19264:86479</guid>
      <author>poseurtech</author>
      <link>http://userscripts.org/posts/86479</link>
    </item>
    <item>
      <title>Word count?, replied by kemosabi107</title>
      <description>&lt;p&gt;already is one &lt;a href=&quot;http://userscripts.org/scripts/show/16117&quot;&gt;http://userscripts.org/scripts/show/16117&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 21 Dec 2008 18:57:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19159:85271</guid>
      <author>kemosabi107</author>
      <link>http://userscripts.org/posts/85271</link>
    </item>
    <item>
      <title>Exclude Quoted Text, replied by poseurtech</title>
      <description>&lt;p&gt;It would be nice to have an option to exclude text quoted from previous emails.&lt;/p&gt;

&lt;p&gt;Example:
&lt;br /&gt;&lt;pre&gt;
Count characters here.
On Fri, Dec 19, 2008 at 19:25, first last &amp;lt;email&gt; wrote:
&gt; Don't count characters here.
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 20 Dec 2008 10:48:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19264:84950</guid>
      <author>poseurtech</author>
      <link>http://userscripts.org/posts/84950</link>
    </item>
    <item>
      <title>Word count?, replied by xgravity23</title>
      <description>&lt;p&gt;Well, if it means anything, I've been wanting a word counter in Gmail forever. :)&lt;/p&gt;</description>
      <pubDate>Thu, 18 Dec 2008 22:04:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19159:84637</guid>
      <author>xgravity23</author>
      <link>http://userscripts.org/posts/84637</link>
    </item>
    <item>
      <title>Word count?, replied by Tim Smart</title>
      <description>&lt;p&gt;I made this one on request, but I might make a option where you can switch between both.&lt;/p&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:41:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19159:84527</guid>
      <author>Tim Smart</author>
      <link>http://userscripts.org/posts/84527</link>
    </item>
    <item>
      <title>Word count?, replied by xgravity23</title>
      <description>&lt;p&gt;I don't know if it's possible, but I'd prefer a word counter over a character count. The only place I'm really concerned about characters is on Twitter or in an SMS. :)&lt;/p&gt;</description>
      <pubDate>Thu, 18 Dec 2008 00:32:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19159:84420</guid>
      <author>xgravity23</author>
      <link>http://userscripts.org/posts/84420</link>
    </item>
  </channel>
</rss>
