KILLFILE 2.0

Message Bookmarked
Bookmark Removed
Not all messages are displayed: show all messages (625 of them)
i am dum, how do i shot?

strgn, Tuesday, 17 April 2007 03:30 (nineteen years ago)

was thinking of redoing this just last night. gimme a couple of hours...

in the meantime you need firefox and its greasemonkey extension thing...

koogs, Tuesday, 17 April 2007 08:20 (nineteen years ago)

ok, new version:

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

this now uses regular expressions so you can match against just a bit of the username - change the values on line 15.

koogs, Tuesday, 17 April 2007 09:52 (nineteen years ago)

awesome!!!!!!!!!! thank you thank you thank you

strgn, Tuesday, 17 April 2007 22:14 (nineteen years ago)

four weeks pass...
if you killfile someone, do you killfile the titles of threads they start in addition to posts they make or only their posts?

gabbneb, Tuesday, 15 May 2007 14:58 (nineteen years ago)

only their posts (inc the opening post of a thread they start)

blueski, Tuesday, 15 May 2007 15:01 (nineteen years ago)

[xpost] Only their posts. The script could be changed to kill the thread titles too, I think.

Jaq, Tuesday, 15 May 2007 15:02 (nineteen years ago)

Revive for Louis Jagger's return.

caek, Wednesday, 16 May 2007 01:16 (nineteen years ago)

o hai this doesn't seem to work on v2.2. a little help?

blueski, Monday, 21 May 2007 14:19 (nineteen years ago)

curse them for changing stuff. will look into it.

koogs, Monday, 21 May 2007 14:30 (nineteen years ago)

done. there's a new P around the status line which means everything is one level deeper, that was the problem.

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

koogs, Monday, 21 May 2007 14:40 (nineteen years ago)

gracias!

blueski, Monday, 21 May 2007 15:06 (nineteen years ago)

koogs, that's excellent, thanks!

Jaq, Monday, 21 May 2007 18:07 (nineteen years ago)

howto link no worky :-(

StanM, Monday, 21 May 2007 18:12 (nineteen years ago)

How to:
1) install Firefox
2) install Greasemonkey extension
3) click on koog's link above and install the script
4) right click on smiley monkey face at lower right of FF
5) choose to Manage User Scripts
6) select kilxor and click Edit button - should open script with notepad
7) add user names to the line (inside the square brackets, using the info in the comments of the script): var fules = [ /Jaq/ ];
8) Save file
9) Make sure Enabled box is ticked. Click okay to close Greasemonkey manager dialog.

Jaq, Monday, 21 May 2007 18:34 (nineteen years ago)

thx!

StanM, Monday, 21 May 2007 19:28 (nineteen years ago)

works fine, except, how exactly do I shot more than one user?

StanM, Monday, 21 May 2007 19:57 (nineteen years ago)

You have to pick the one you hate the most.

Ms Misery, Monday, 21 May 2007 20:04 (nineteen years ago)

Nobody?

StanM, Monday, 21 May 2007 20:06 (nineteen years ago)

;-)

StanM, Monday, 21 May 2007 20:06 (nineteen years ago)

then why you want to kill them?

Ms Misery, Monday, 21 May 2007 20:23 (nineteen years ago)

(I meant: nobody replies to my question? - and then ;-) )

StanM, Monday, 21 May 2007 20:24 (nineteen years ago)

Like this:

var fules = [/Leee/,/Leee's Ugly Face/];

Leee, Monday, 21 May 2007 20:42 (nineteen years ago)

thanks!

StanM, Tuesday, 22 May 2007 06:01 (nineteen years ago)

two weeks pass...

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, 6 June 2007 17:50 (nineteen years ago)

I think that's doable - parse on class="thread" and remove where there's a match from your kill array. Don't know if I have time to play with it today myself though.

Jaq, Wednesday, 6 June 2007 17:57 (nineteen years ago)

yeah I definitely don't that's why I posted the idea here hoping perhaps koogs or somebody was bored

TOMBOT, Wednesday, 6 June 2007 18:12 (nineteen years ago)

Could board bookmarks also be added into this? Not exactly Killfile-related, though.

Leee, Wednesday, 6 June 2007 18:46 (nineteen years ago)

i know nothing about site new answers. oh, there. looks easy enough but i doubt i'll have the time for a while. will see.

koogs, Wednesday, 6 June 2007 18:54 (nineteen years ago)

first draft. blanks divs rather than deleting them, board numbers are strings. will tidy up when i have time.

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

koogs, Thursday, 7 June 2007 17:13 (nineteen years ago)

ok, unwanted DIVs now set to not display.

also, choice of a blacklist or a whitelist, set WANT or DO_NOT_WANT as appropriate. see examples in code.

koogs, Friday, 8 June 2007 13:43 (nineteen years ago)

divvies

blueski, Friday, 8 June 2007 13:46 (nineteen years ago)

Oh my god how could I have been posting here for six fucking years and never have ever clicked on "site new answers"? I AM SO DUM

J, Friday, 8 June 2007 15:35 (nineteen years ago)

It was just added in Keith's last upgrade, you're ok!

TOMBOT, Friday, 8 June 2007 15:36 (nineteen years ago)

koogs you are awesome and heroic ty

shralp a dik ilm never i look at u again

jhøshea, Friday, 8 June 2007 16:58 (nineteen years ago)

curiously it seems that the killfile doesn't work on poll threads (i see blocked user posts on them)

blueski, Wednesday, 13 June 2007 12:51 (eighteen years ago)

probably because the dom tree has another level of crap in it for those.

it's currently looking for "//div/p/*[@class='name']" - divs at any level containing a paragraph containg something that has class=name attribute. i guess it needs to be vaguer. will look into it. am currently trying to find the sizes of 44000 jpegs though for our massive launch tomorrow. so it probably won't be today.

koogs, Wednesday, 13 June 2007 13:14 (eighteen years ago)

hey no problem just thought i would mention it, just surprised i hadn't noticed it before!

blueski, Wednesday, 13 June 2007 13:15 (eighteen years ago)

nope, looks ok on mine (disney thread)

the opening question is still shown though, as it's a big form.

koogs, Wednesday, 13 June 2007 13:19 (eighteen years ago)

there should be a poll about who is the most killfiled user and then they should be banned. that would be fun.

g-kit, Wednesday, 13 June 2007 13:41 (eighteen years ago)

And then the next round the next day, and the next the next, and so on until only Estela is left.

Mark C, Wednesday, 13 June 2007 14:27 (eighteen years ago)

now you're just being silly

g-kit, Wednesday, 13 June 2007 14:28 (eighteen years ago)

D@ano, sorry to not be able to catch up in London last weekend - I spent most of it spewing.

Keith, Wednesday, 13 June 2007 14:31 (eighteen years ago)

we have that effect on visitors

blueski, Wednesday, 13 June 2007 14:48 (eighteen years ago)

:}

g-kit, Wednesday, 13 June 2007 14:55 (eighteen years ago)

yeh sorry it is working on poll threads but on one i'm seeing some posts blocked and others by same user on same thread are not. odd. no matter.

blueski, Wednesday, 13 June 2007 16:36 (eighteen years ago)

can you email me the details sieve. ta.

koogs, Wednesday, 13 June 2007 17:18 (eighteen years ago)

have done

blueski, Wednesday, 13 June 2007 17:26 (eighteen years ago)

ok, slight update uploaded - "if (poster != null)"...

was breaking on polls due to the auto bump post from the system being in slightly different format to normal posts.

koogs, Wednesday, 13 June 2007 19:52 (eighteen years ago)

one month passes...

the site new answers killfile is sometimes working, sometimes not.
is anybody else noticing this?

El Tomboto, Friday, 20 July 2007 14:57 (eighteen years ago)

fpsa, koogs - so sorry to have missed your replies! i got it working, thanks! koogs, your suggestion to try the current version seems to have worked. i'm not sure how i ended up on the outdated one before, but with the new script it immediately started working.

thanks!

z_tbd, Friday, 14 July 2023 17:20 (two years ago)

two years pass...

is there a way to block posts containing specific words, rather than users? (for example "NY Times Pitchbot")

c u (crüt), Sunday, 14 December 2025 16:37 (five months ago)

it's possible, i guess, but more complicated because i'd have to check against multiple {p}s of the body (each paragraph is a different {p} within {div class="message"}) and not just the single-field, fixed-position user name. and if it's in a link it's different again.

i will see.

koogs, Sunday, 14 December 2025 17:43 (five months ago)

(i use braces to avoid the less than / greater than problems you'd get with html and got bbcode errors instead...)

koogs, Sunday, 14 December 2025 17:44 (five months ago)

three months pass...

I'm ready to killfile my first user after being here for a couple decades now.

me too. I have installed Tampermonkey but... I have no idea where to go from here.

congragulations (stevie), Monday, 23 March 2026 08:28 (two months ago)

HALP PLS

congragulations (stevie), Monday, 23 March 2026 08:28 (two months ago)

go here
https://github.com/acdean/kilxor/blob/master/kilxor.user.js
you might need to hit 'raw'. it should then be recognised as a greasemonkey script and prompt for installation

then in greasemonkey you can edit the script to change line 17 to exclude the relevant uses

koogs, Monday, 23 March 2026 10:43 (two months ago)

(greasemonkey = tampermonkey)

koogs, Monday, 23 March 2026 10:44 (two months ago)

Fab - thanks koogs!

congragulations (stevie), Monday, 23 March 2026 10:55 (two months ago)

one month passes...

thank you for this btw

imperial frfr (Steve Shasta), Tuesday, 12 May 2026 02:18 (four weeks ago)

you might need to hit 'raw'.

not needed for ff 150.0.2

imperial frfr (Steve Shasta), Tuesday, 12 May 2026 02:21 (four weeks ago)

you might need to hit 'raw'.

sometimes you just gotta

uploading this content requires perseveration (sic), Tuesday, 12 May 2026 06:42 (four weeks ago)


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