KILLFILE 2.0

Message Bookmarked
Bookmark Removed
Not all messages are displayed: show all messages (625 of them)

it does "var thisLink = answers.snapshotItem(i).firstChild;" to get the a href for the board id, gets confused when it doesn't get a url. should be a bit more robust.

koogs, Tuesday, 24 July 2007 17:14 (eighteen years ago)

four weeks pass...

A weird thing I just noticed: the killfile works fine on normal threads but not on poll threads?

Jaq, Wednesday, 22 August 2007 23:57 (eighteen years ago)

oic blueski reported same upthread a bit.

Jaq, Wednesday, 22 August 2007 23:59 (eighteen years ago)

four weeks pass...

Hmmm, this doesn't seem to be working for me. (I'm assuming that the killfile erases everything the killfiled user has posted and not just what he or she posts after you've installed the killfile.)

jaymc, Wednesday, 19 September 2007 22:53 (eighteen years ago)

Subtle!

milo z, Wednesday, 19 September 2007 22:54 (eighteen years ago)

it doesn't work on JW's username because of the chinese tomato at the end
(it's my fault really)

El Tomboto, Wednesday, 19 September 2007 22:54 (eighteen years ago)

Sorry, I'm not trying to create drama here, I'm really trying to minimize it.

jaymc, Wednesday, 19 September 2007 22:55 (eighteen years ago)

you can block posts by entering only part of a username tho (koogs version at least)

blueski, Wednesday, 19 September 2007 22:56 (eighteen years ago)

i have wrong version at home because i get this:
invalid flag after regular expression
[Break on this error] undefined
kilxor.user.js (line 18)

but it works fine on my work pc

blueski, Wednesday, 19 September 2007 22:57 (eighteen years ago)

So no one knows what I'm doing wrong? I followed all of Jaq's steps, and the only thing I did to the script was change [/fule1/,/fule2/] to [/user's name/].

jaymc, Wednesday, 19 September 2007 23:04 (eighteen years ago)

try the version where you can block partial usernames?

the schef (adam schefter ha ha), Wednesday, 19 September 2007 23:06 (eighteen years ago)

make sure the monkey is brown and not gray

El Tomboto, Wednesday, 19 September 2007 23:09 (eighteen years ago)

Yep, that was the problem, Tom. Thanks!

jaymc, Wednesday, 19 September 2007 23:10 (eighteen years ago)

>> make sure the monkey is brown and not gray
> Yep, that was the problem, Tom. Thanks!

lol

you can block even odd characters (someone has a name featuring only two chinese characters, another has a crescent and star), you just need to know how to specify them in the javascript. involves hexadecimal to decimal conversions, or vice versa. oh, is in examples in script, use unicode - \uABCD (but view source shows characters as decimal entities - 〹 hence the conversion)

koogs, Thursday, 20 September 2007 09:56 (eighteen years ago)

a pox on the bbcode convertor. 〹

koogs, Thursday, 20 September 2007 09:57 (eighteen years ago)

nine months pass...

Bless this. :D

David R., Wednesday, 2 July 2008 00:32 (seventeen years ago)

I always wonder if (some) people have killfiled me. :-(

stevienixed, Wednesday, 2 July 2008 00:37 (seventeen years ago)

i never would, even if i was a killfiler, which i'm not.

estela, Wednesday, 2 July 2008 00:47 (seventeen years ago)

First!

jeff, Wednesday, 2 July 2008 00:54 (seventeen years ago)

This thread makes me wonder out loud, is nathalie still posting here?

Pleasant Plains, Wednesday, 2 July 2008 01:28 (seventeen years ago)

(Gosh, that joke gets funnier to me every time I make it.)

Pleasant Plains, Wednesday, 2 July 2008 03:58 (seventeen years ago)

i think fluffy bear (RIP) killfiled hisself :(

BLACK BEYONCE, Wednesday, 2 July 2008 05:27 (seventeen years ago)

ten months pass...

being able to bookmark posts by killfiled users would be really useful imho.

, Friday, 22 May 2009 21:15 (seventeen years ago)

How would you know? (can someone ask the previous poster how he would know?)

StanM, Friday, 22 May 2009 21:29 (seventeen years ago)

two months pass...

Link at the top is dead - is there still a way I can do this?

Nhex, Sunday, 9 August 2009 00:38 (sixteen years ago)

Follow the steps in this post:
KILLFILE 2.0

With the Greasemonkey script here:

http://www.koogy.clara.co.uk/ilx/boardblacklist.user.js

handmaid of the demon bean (Jaq), Sunday, 9 August 2009 00:59 (sixteen years ago)

That script seems to blacklist boards but not people (forgive my stupidity if I'm totally messing this up), I'm a little confused - there's no "var fules" in it anywhere.

Nhex, Sunday, 9 August 2009 01:26 (sixteen years ago)

sorry, wrong script linked - I haven't got it installed right now. Let me see if I can find it again.

handmaid of the demon bean (Jaq), Sunday, 9 August 2009 01:46 (sixteen years ago)

I think it's this one: http://www.koogy.clara.co.uk/ilx/kilxor.user.js

handmaid of the demon bean (Jaq), Sunday, 9 August 2009 01:49 (sixteen years ago)

We should come up with one that lets you killfile certain boards' thread from showing up in Site New Answers! I could read everything else and leave out ILM without having to click anything besides refresh!!

― TOMBOT, Wednesday, June 6, 2007 1:50 PM

^ hi dere solution to nuking iltmi from new answers

( ´_ゝ˙) (Dr. Phil), Sunday, 9 August 2009 02:02 (sixteen years ago)

I Want to Change the Boards Shown on Site New Answers...

permanent response lopp (harbl), Sunday, 9 August 2009 02:04 (sixteen years ago)

Doh... I can't get this to work, I'm baffled. Greasemonkey and the script are installed and supposedly enabled, I put in the username in the var fules array (the ones in the parentheses, right, like

var fules = [/Jaq/]; 
) and nothing happens... anyone using this currently?

Nhex, Sunday, 9 August 2009 02:26 (sixteen years ago)

Doesn't seem to work anymore. I had it installed, just not enabled. Enabled it and nothing.

svend, Sunday, 9 August 2009 02:42 (sixteen years ago)

the killfile code is very delicate in terms of document structure and every time keith adds something new it tends to break. will look into it and post a new version (and also try and make it less delicate)

koogs, Sunday, 9 August 2009 17:34 (sixteen years ago)

The class was still 'name', but I didn't look any closer at it. Thanks koogs.

handmaid of the demon bean (Jaq), Sunday, 9 August 2009 17:38 (sixteen years ago)

looks like the a tag is no longer {a whatever}name{/a} but {a whatever} name{/a}...

koogs, Sunday, 9 August 2009 17:47 (sixteen years ago)

ok, killxor script updated. http://www.koogy.clara.co.uk/ilx/kilxor.user.js

check you have the right version (20090809) and you'll need to copy over your fules list

the extra space wasn't a problem for me as i was using non-anchored substrings but if anyone is using ^ in their fules then they may need to add a space. the problem was an extra level or two of divs in the messages. have now changed the code so it finds the name then moves outwards from the link until it finds the 'message' div. which should be more robust.

board script next...

koogs, Sunday, 9 August 2009 18:17 (sixteen years ago)

arg, don't donwload just yet, that version still has debug in it.

koogs, Sunday, 9 August 2009 18:19 (sixteen years ago)

ok, fixed

koogs, Sunday, 9 August 2009 18:22 (sixteen years ago)

I can't imagine hating someone so much that I couldn't just skip over their posts. :-(

ENBB, Sunday, 9 August 2009 18:22 (sixteen years ago)

fwiw, I use it when I'm feeling especially tetchy and explosive and I notice certain styles are starting to set me off. It has nothing to do with hating anyone.

handmaid of the demon bean (Jaq), Sunday, 9 August 2009 18:38 (sixteen years ago)

i can imagine it but it might make threads not make sense and i would miss important zings and opportunities to feel self-righteous

permanent response lopp (harbl), Sunday, 9 August 2009 18:41 (sixteen years ago)

x-post - that makes more sense

ENBB, Sunday, 9 August 2009 18:42 (sixteen years ago)

miss important zings and opportunities to feel self-righteous

^^^ generally why I turn it off again. Also, it makes threads load slower at times.

handmaid of the demon bean (Jaq), Sunday, 9 August 2009 18:46 (sixteen years ago)

site new answers update (and possibly a rename)
http://www.koogy.clara.net/ilx/sitenewanswerskillzor.user.js

yeah, both these have to compare all threads or messages against all your blacklisted items so they could drag on long threads if you hate lots of people.

koogs, Sunday, 9 August 2009 19:06 (sixteen years ago)

(it would help if i hadn't used koogs as a test fule and i could actually see my own posts...)

koogs, Sunday, 9 August 2009 19:07 (sixteen years ago)

;_; I don't get what I'm doing wrong. It's a one line change to make it work right? Other GM scripts work fine, so it's not that...

Nhex, Sunday, 9 August 2009 22:50 (sixteen years ago)

i think people using killfile should say who they are blocking

pfunkboy (Herman G. Neuname), Sunday, 9 August 2009 22:56 (sixteen years ago)

It works now. I just changed koogs to your nick and I got

Post by Nhex deleted

svend, Sunday, 9 August 2009 22:58 (sixteen years ago)

If I want to block svend and koogs, you just change the line to look like this, right?

var fules = [/svend/,/koogs/];

Nhex, Sunday, 9 August 2009 23:05 (sixteen years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.