<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Gmail Spam-count Hide | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/2210</link>
    <description>Recent comments on userscript: Gmail Spam-count Hide</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Victor Ly</title>
      <description>&lt;p&gt;Please update this script to work with the current Gmail interface. Thanks.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Jul 2008 00:06:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45174</guid>
      <author>Victor Ly</author>
      <link>http://userscripts.org/posts/45174</link>
    </item>
    <item>
      <title>Archived Comments, replied by leafduo</title>
      <description>&lt;p&gt;not work now&lt;/p&gt;</description>
      <pubDate>Thu, 17 Apr 2008 15:45:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45175</guid>
      <author>leafduo</author>
      <link>http://userscripts.org/posts/45175</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arend</title>
      <description>&lt;p&gt;I've temporarily uploaded my suggested fix (see comment below) as a userscript:
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/22660&quot;&gt;http://userscripts.org/scripts/show/22660&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can try that until the main script is updated.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Feb 2008 20:00:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45176</guid>
      <author>Arend</author>
      <link>http://userscripts.org/posts/45176</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gangles</title>
      <description>&lt;p&gt;I appreciate the link, but I'm hoping you won't mind directing it to my new domain instead: &lt;a href=&quot;http://gangles.ca/?p=63&quot;&gt;http://gangles.ca/?p=63&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 04 Feb 2008 00:31:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45177</guid>
      <author>Gangles</author>
      <link>http://userscripts.org/posts/45177</link>
    </item>
    <item>
      <title>Archived Comments, replied by joey3002</title>
      <description>&lt;p&gt;Where do I find my spam id in the source?  I'll gladly assist with getting this fixed..&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jan 2008 16:55:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45178</guid>
      <author>joey3002</author>
      <link>http://userscripts.org/posts/45178</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rob Wilkerson</title>
      <description>&lt;p&gt;@Daniel - I swear it was working for me earlier on my XP machine at the office, but you're right.  It's not working now that I'm home on my Mac nor is it working on my PC any longer.&lt;/p&gt;

&lt;p&gt;Arend's change seems to work for me on both the Mac and PC.  I have no idea what happened between this morning and now, but my apologies for any confusion.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jan 2008 21:27:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45179</guid>
      <author>Rob Wilkerson</author>
      <link>http://userscripts.org/posts/45179</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arend</title>
      <description>&lt;p&gt;@daniel
&lt;br /&gt;Here's my try. Pretty ugly, but it seems to work:
&lt;br /&gt;&lt;code&gt;div.ybaOyc&amp;gt;div&amp;gt;div+div+div+div+div+div+div.ACpQre div.PQmvpb span&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;With this the spam count is shown again when you are in Spam view. Delete the &lt;code&gt;.ACpQre&lt;/code&gt; part, if you don't like this.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jan 2008 17:34:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45180</guid>
      <author>Arend</author>
      <link>http://userscripts.org/posts/45180</link>
    </item>
    <item>
      <title>Archived Comments, replied by daniel Rozenberg</title>
      <description>&lt;p&gt;@Rob - Your fix didn't work for me, my Spam link's ID is &lt;code&gt;1f8p&lt;/code&gt; - and &lt;code&gt;div[id^=&quot;1f8&quot;]&lt;/code&gt; is too generic, it hides all the navigation links... I'd be glad if anyone with FireBug and some free time would check their spam link's ID, and the ID of the element(s) above. That might help me find a CSS rule that will work for everyone&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jan 2008 16:51:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45181</guid>
      <author>daniel Rozenberg</author>
      <link>http://userscripts.org/posts/45181</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rob Wilkerson</title>
      <description>&lt;p&gt;Spurious is right, but now Google has added an ID to make life easier (in the short term):&lt;/p&gt;

&lt;p&gt;Replace&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;#ds_spam b,div[id$=&quot;^s&quot;] span&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;with&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;div[id=&quot;1f8q&quot;] span&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Don't forget that it needs to be replaced twice.  It seems to be working for me.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jan 2008 15:29:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45182</guid>
      <author>Rob Wilkerson</author>
      <link>http://userscripts.org/posts/45182</link>
    </item>
    <item>
      <title>Archived Comments, replied by spurious</title>
      <description>&lt;p&gt;This no longer works.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jan 2008 14:51:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45183</guid>
      <author>spurious</author>
      <link>http://userscripts.org/posts/45183</link>
    </item>
    <item>
      <title>Archived Comments, replied by hebbet</title>
      <description>&lt;p&gt;Maybe you can help me. Hide Spam Count breaks a thing in my Blue Gmail Skin &lt;a href=&quot;http://pascal.herbert.googlepages.com/bluegmailskin&quot;&gt;http://pascal.herbert.googlepages.com/bluegmail...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If there are Spams and your script is installed, the background is not it should be.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Nov 2007 21:02:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45184</guid>
      <author>hebbet</author>
      <link>http://userscripts.org/posts/45184</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gina Trapani</title>
      <description>&lt;p&gt;Woo-hoo!  Thanks for getting this updated.  Just included it in Better Gmail 2--thanks again!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://ginatrapani.org/workshop/firefox/bettergmail2/&quot;&gt;http://ginatrapani.org/workshop/firefox/betterg...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 26 Nov 2007 18:07:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45185</guid>
      <author>Gina Trapani</author>
      <link>http://userscripts.org/posts/45185</link>
    </item>
    <item>
      <title>Archived Comments, replied by Paul Irish</title>
      <description>&lt;p&gt;thanks for the update!&lt;/p&gt;</description>
      <pubDate>Mon, 26 Nov 2007 02:46:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45186</guid>
      <author>Paul Irish</author>
      <link>http://userscripts.org/posts/45186</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rob Wilkerson</title>
      <description>&lt;p&gt;Brilliant!  Thanks for the effort.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Nov 2007 17:22:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45187</guid>
      <author>Rob Wilkerson</author>
      <link>http://userscripts.org/posts/45187</link>
    </item>
    <item>
      <title>Archived Comments, replied by V Dumont</title>
      <description>&lt;p&gt;Thank you Arend, your fix work!&lt;/p&gt;</description>
      <pubDate>Tue, 20 Nov 2007 13:54:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45188</guid>
      <author>V Dumont</author>
      <link>http://userscripts.org/posts/45188</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arend</title>
      <description>&lt;p&gt;The following fix works for me:
&lt;br /&gt;Replace (twice)
&lt;br /&gt;&lt;code&gt;span[title^=&quot;Spam (&quot;]&lt;/code&gt;
&lt;br /&gt;with
&lt;br /&gt;&lt;code&gt;div[id$=&quot;^s&quot;] span&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The stylish code relies on the id starting with &lt;code&gt;1f9t&lt;/code&gt;. That is not always the case. The id-prefix changes sometimes.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Nov 2007 18:37:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45189</guid>
      <author>Arend</author>
      <link>http://userscripts.org/posts/45189</link>
    </item>
    <item>
      <title>Archived Comments, replied by daniel Rozenberg</title>
      <description>&lt;p&gt;Google are constantly changing GMail's code, which makes it hard to fix this script... In a few days I'll look again at GMail to see if the changes appear to stop... :)&lt;/p&gt;</description>
      <pubDate>Sat, 17 Nov 2007 19:11:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45190</guid>
      <author>daniel Rozenberg</author>
      <link>http://userscripts.org/posts/45190</link>
    </item>
    <item>
      <title>Archived Comments, replied by Holliday</title>
      <description>&lt;p&gt;But I don't want them marked read...
&lt;br /&gt;Could someone please update the script again, I miss it.&lt;/p&gt;</description>
      <pubDate>Sat, 17 Nov 2007 17:22:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45191</guid>
      <author>Holliday</author>
      <link>http://userscripts.org/posts/45191</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gangles</title>
      <description>&lt;p&gt;While I love this script, you *can* actually mark spam messages as read using the Gmail filter system:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://quixotic-engineer.blogspot.com/2007/11/gmail-mark-spam-messages-as-read.html&quot;&gt;http://quixotic-engineer.blogspot.com/2007/11/g...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 16 Nov 2007 17:58:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45192</guid>
      <author>Gangles</author>
      <link>http://userscripts.org/posts/45192</link>
    </item>
    <item>
      <title>Archived Comments, replied by Indros</title>
      <description>&lt;p&gt;And then it randomly stopped working.  Ack!&lt;/p&gt;</description>
      <pubDate>Fri, 16 Nov 2007 15:10:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45193</guid>
      <author>Indros</author>
      <link>http://userscripts.org/posts/45193</link>
    </item>
    <item>
      <title>Archived Comments, replied by Indros</title>
      <description>&lt;p&gt;I installed the script today in FF 2.0.0.9 on Mac OS X 10.4.10.  I have Better Gmail 2.0 installed as well with all but the Message Details option checked.&lt;/p&gt;

&lt;p&gt;So far, it works perfectly as I navigate through Gmail, refresh Gmail, or even restart Firefox.&lt;/p&gt;</description>
      <pubDate>Tue, 13 Nov 2007 19:47:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45194</guid>
      <author>Indros</author>
      <link>http://userscripts.org/posts/45194</link>
    </item>
    <item>
      <title>Archived Comments, replied by Frank Yan</title>
      <description>&lt;p&gt;GMail changed its code yet again! I guess those google guys are still perfecting their new interface. what a pain for us script-writers, but improvement is good for users :)&lt;/p&gt;</description>
      <pubDate>Sat, 10 Nov 2007 16:56:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45195</guid>
      <author>Frank Yan</author>
      <link>http://userscripts.org/posts/45195</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rob Wilkerson</title>
      <description>&lt;p&gt;So here's what I've noticed.  I open Gmail and the spam count is not hidden.  Gmail sits a while (don't know how long, at this point) and at some point I look back and the count is hidden.  I hit 'F5' and the count is back when the page is reloaded.&lt;/p&gt;

&lt;p&gt;I don't know quite what to make of that yet, but when I can dedicate some time, I might try to sort out what's going on.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Nov 2007 18:43:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45196</guid>
      <author>Rob Wilkerson</author>
      <link>http://userscripts.org/posts/45196</link>
    </item>
    <item>
      <title>Archived Comments, replied by daniel Rozenberg</title>
      <description>&lt;p&gt;@Gina and @Rob... It currently works for me, but we might have different versions of the new version... If any of you would like to help me figure out how to fix this for all, email me (my email is in the script's code)&lt;/p&gt;</description>
      <pubDate>Fri, 09 Nov 2007 16:36:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45197</guid>
      <author>daniel Rozenberg</author>
      <link>http://userscripts.org/posts/45197</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rob Wilkerson</title>
      <description>&lt;p&gt;@Gina - &lt;/p&gt;

&lt;p&gt;It's not working for me at the moment either, but I installed the script yesterday and could *swear* that it worked for me initially.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Nov 2007 13:36:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13657:45198</guid>
      <author>Rob Wilkerson</author>
      <link>http://userscripts.org/posts/45198</link>
    </item>
  </channel>
</rss>
