KILLFILE 2.0

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

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 (sixteen years ago) link

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

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

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

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

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 (sixteen years ago) link

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 (sixteen years ago) link

try the version where you can block partial usernames?

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

make sure the monkey is brown and not gray

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

Yep, that was the problem, Tom. Thanks!

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

>> 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 (sixteen years ago) link

a pox on the bbcode convertor. 〹

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

nine months pass...

Bless this. :D

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

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

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

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

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

First!

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

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

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

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

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

i think fluffy bear (RIP) killfiled hisself :(

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

ten months pass...

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

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

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

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

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 (fourteen years ago) link

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 (fourteen years ago) link

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 (fourteen years ago) link

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 (fourteen years ago) link

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 (fourteen years ago) link

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 (fourteen years ago) link

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

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

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 (fourteen years ago) link

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

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

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 (fourteen years ago) link

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 (fourteen years ago) link

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

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

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 (fourteen years ago) link

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

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

ok, fixed

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

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

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

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 (fourteen years ago) link

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 (fourteen years ago) link

x-post - that makes more sense

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

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 (fourteen years ago) link

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 (fourteen years ago) link

(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 (fourteen years ago) link

;_; 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 (fourteen years ago) link

i think people using killfile should say who they are blocking

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

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

Post by Nhex deleted

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

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 (fourteen years ago) link

They can't see you, lol

StanM, Sunday, 9 August 2009 23:08 (fourteen years ago) link

Yeah that looks right. Make sure that you are using the one he made today. kilxor_20090809

svend, Sunday, 9 August 2009 23:09 (fourteen years ago) link

Oh, okay, I think I was clicking the wrong script link (a-durrrr). Thanks so very much dudes, this will improve my ILX experience a ton.

Nhex, Sunday, 9 August 2009 23:45 (fourteen years ago) link

there's a preference screen that does what the Board Blocker script (sitenewanswerskillzor.user.js) does. i'd use that instead.

koogs, Monday, 10 August 2009 09:31 (fourteen years ago) link

three months pass...

this shit still works, fyi, u sb babies

bnw, Monday, 30 November 2009 16:41 (fourteen years ago) link


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