<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Akismet Auntie Spam for WordPress | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/7037</link>
    <description>Recent comments on userscript: Akismet Auntie Spam for WordPress</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2008/04/09 v2.21
&lt;br /&gt;- WordPress.com works again&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2008 03:04:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56745</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56745</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2008/04/01 version 2.20
&lt;br /&gt;  - WordPress 2.5 support&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 06:08:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56746</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56746</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/11/18 version 2.10
&lt;br /&gt;  - Some people are reporting that WordPress 2.31 has a different URL for Akismet
&lt;br /&gt;  - IP addresses are displayed again&lt;/p&gt;</description>
      <pubDate>Sun, 18 Nov 2007 17:03:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56747</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56747</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/11/15 version 2.09
&lt;br /&gt;  - bug fix: vanilla WordPress and WordPress.com return spam results a little differently&lt;/p&gt;</description>
      <pubDate>Fri, 16 Nov 2007 18:53:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56748</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56748</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/11/15 version 2.08
&lt;br /&gt;  - bug fix: fixed a stupid debug statement that was breaking 2.07
&lt;br /&gt;  - added menu option for switching between HTTP and HTTPS for accessing Auntie Spam&lt;/p&gt;</description>
      <pubDate>Fri, 16 Nov 2007 16:36:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56749</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56749</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/11/15 version 2.07
&lt;br /&gt;  - bug fix: improved slowness of displaying hidden comments
&lt;br /&gt;  - added menu option for checking for updates right now
&lt;br /&gt;  - added menu option for configuring how much spam to download at a time for modem users&lt;/p&gt;</description>
      <pubDate>Thu, 15 Nov 2007 21:36:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56750</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56750</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/11/15 version 2.06
&lt;br /&gt;  - optimized, optimized, optimized
&lt;br /&gt;  - only displays 5000 comments per page to avoid stressing slower computers
&lt;br /&gt;  - will work for any language (not just english anymore)
&lt;br /&gt;  - any additional slowness is because of a bug on the WordPress end that makes
&lt;br /&gt;    you download the same spam over and over again: &lt;a href=&quot;http://dev.wp-plugins.org/ticket/722&quot;&gt;http://dev.wp-plugins.org/ticket/722&lt;/a&gt;
&lt;br /&gt;  - my home PC can download and display 5000 spam in 30 seconds&lt;/p&gt;</description>
      <pubDate>Thu, 15 Nov 2007 08:10:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56751</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56751</link>
    </item>
    <item>
      <title>Archived Comments, replied by Pascal Van Hecke</title>
      <description>&lt;p&gt;The problem is line 220&lt;/p&gt;

&lt;p&gt;      if (allh2s[i].innerHTML == &quot;Caught Spam&quot;) {&lt;/p&gt;

&lt;p&gt;If I change this to&lt;/p&gt;

&lt;p&gt;      if (allh2s[i].innerHTML == &quot;Spam tegen gehouden&quot; || allh2s[i].innerHTML == &quot;Caught Spam&quot; ) { // modif pvh added Dutch translation&lt;/p&gt;

&lt;p&gt;then all works fine again...
&lt;br /&gt;I'm not sure how it can be made more generic.&lt;/p&gt;

&lt;p&gt;I assume the number of H2 tags in the source code varies and therefore you have to rely on the &quot;equals Caught Spam&quot; test?&lt;/p&gt;

&lt;p&gt;But maybe you could search for the first H2 that is in the div class = &quot;wrap&quot;?&lt;/p&gt;</description>
      <pubDate>Tue, 09 Oct 2007 10:07:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56752</guid>
      <author>Pascal Van Hecke</author>
      <link>http://userscripts.org/posts/56752</link>
    </item>
    <item>
      <title>Archived Comments, replied by Pascal Van Hecke</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have found the reason why it doesn't work - the script is language-dependent...&lt;/p&gt;

&lt;p&gt;So wordpress.com the problem is not specific for wordpress.com, it's for all non-English Wordpress interfaces...&lt;/p&gt;</description>
      <pubDate>Tue, 09 Oct 2007 09:51:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56753</guid>
      <author>Pascal Van Hecke</author>
      <link>http://userscripts.org/posts/56753</link>
    </item>
    <item>
      <title>Archived Comments, replied by Pascal Van Hecke</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;at this moment, the script doesn't seem to work at wordpress.com (anymore).&lt;/p&gt;

&lt;p&gt;I have excluded wordpress .com for the script by adding 
&lt;br /&gt;&lt;a href=&quot;http://*.wordpress.com/&quot;&gt;http://*.wordpress.com/&lt;/a&gt;*
&lt;br /&gt;to the excluded pages (for the time being)&lt;/p&gt;</description>
      <pubDate>Tue, 09 Oct 2007 09:20:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56754</guid>
      <author>Pascal Van Hecke</author>
      <link>http://userscripts.org/posts/56754</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/10/04 version 2.04
&lt;br /&gt;  - Fixed (some) memory problems with v2.03
&lt;br /&gt;  - Still slow, I need to get it working with a profiler, none of the hacks
&lt;br /&gt;    for Greasemonkey + Firebug seem to work
&lt;br /&gt;  
&lt;br /&gt;  New Firefox install - 38 mb
&lt;br /&gt;                      - 211 mb after loading auntie spam v2.03
&lt;br /&gt;                      -  48 mb after loading auntie spam v2.04&lt;/p&gt;</description>
      <pubDate>Fri, 05 Oct 2007 04:18:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56755</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56755</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/09/17 version 2.03
&lt;br /&gt;- Added FirebugUtils to prevent console.logs from breaking the script
&lt;br /&gt;- Changed to work with the AdminSSL plugin. Thanks to Jan @ &lt;a href=&quot;http://wp.dembowski.net/&quot;&gt;http://wp.dembowski.net/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 17 Sep 2007 22:42:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56756</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56756</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/09/12
&lt;br /&gt;- Newest spam displays first
&lt;br /&gt;- Akismet search doesn't function well with Auntie Spam, so use browser 
&lt;br /&gt;  search instead (Ctrl+F)
&lt;br /&gt;- Added logo branding&lt;/p&gt;</description>
      <pubDate>Wed, 12 Sep 2007 23:45:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56757</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56757</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/08/23
&lt;br /&gt;- Rewrote from scratch using IP filtering idea from Donncha.
&lt;br /&gt;- Will now fetch all of your spam comments and display them on one page.
&lt;br /&gt;- Groups by the originating IP address.
&lt;br /&gt;- Because it groups by IP address, the more spam you have, the more likely it is to
&lt;br /&gt;   correctly identify spam!
&lt;br /&gt;- Sorted by the least number of spam comments to the most number of spam comments.
&lt;br /&gt;- IP addresses with more than 5 comments are hidden (as the are likely spammers).
&lt;br /&gt;- Can easily check the hidden text by moving your mouse over the parts that say [hidden]
&lt;br /&gt;- Surprisingly much faster than the old version! (less code, too)
&lt;br /&gt;- No longer has any confusing configuration options -- does the right thing all the time.
&lt;br /&gt;- Automatically checks for script updates every two weeks.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2007 22:02:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56758</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56758</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;2007/07/31
&lt;br /&gt;- Added not_spam_author_only regexp to make it easier to find stuff that is often incorrectly marked as spam. Edit the script to add your blog name.
&lt;br /&gt;- Hovering over the &quot;red&quot; compressed text will show the full text and let you mark it as not-spam.&lt;/p&gt;</description>
      <pubDate>Tue, 31 Jul 2007 20:41:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56759</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/56759</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:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14552:56744</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/56744</link>
    </item>
  </channel>
</rss>
