Google Groups KillFile 3.5 Released

So Tim has been kind enough to address a number of bugs and add some great new features to the KillFile.

When you bring up the KillFile you can now

“Click X to reanimate the dead”
“Click Y to edit the filter”
“Click Z to edit regular expressions (experts only)”

He also added “Add Address” and “Add Topic” options as well as making it update automatically after pressing ‘X’, ‘Y’, ‘Z’

You can download the new version of the Google Groups KillFile right here. So give it a whirl and let me know how it goes.

Thanks again Tim!

Tags: ,

RSS feed

3 Comments »

Comment by Tim
2008-05-08 00:02:21

Thanks for that. I’ve now moved away the file that was linked in my last post so that people don’t install that version by accident.

Unless you know what you are doing (and even when you do) it can get very confusing with two copies of the same script installed from two different domains.

Tim.

 
Comment by Tim
2008-05-08 06:13:13

Sorry. I’ve messed up there. The script fails miserably when you drill into a thread.

You need this patch - moving one line

I think I uploaded an old version of my script.

— googleGroups.user.js.orig.js 2008-05-08 14:09:54.764522000 +0100
+++ googleGroups.user.js 2008-05-08 14:11:22.779458000 +0100
@@ -465,11 +465,10 @@
newDiv.style.visibility = “hidden”;
newDiv.id = “killList”;
newDiv.style.zIndex = “300″;
+ updateKillFileText(list);
}
}

- updateKillFileText(list);
-
if (titleView){
GroupsBeta_Topic_List(list);
}

 
Comment by Damian
2008-05-08 06:28:44

I’ve gone ahead and updated the script.

 
Name
E-mail
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.