Not all messages are displayed:
show all messages (614 of them)
Not a fan of campaigning id rather say it to em three or four times then bump killfile/fp moderation threads and after that if i just start swearing at em in all caps randomly twasnt out of nowhere, dyou get me
― pandmac (darraghmac), Wednesday, 29 December 2021 14:44 (three years ago) link
ten months pass...
one month passes...
I'm ready to killfile my first user after being here for a couple decades now.
how does one go about that for the ilx website?
― death generator (lukas), Friday, 9 December 2022 21:42 (two years ago) link
one month passes...
i'm embarrassed that i can't get this working. it's my second time in two months, and i just want to get it to work. i'm using chrome (like a fool who is always wrong), so i installed the tampermonkey extension. i installed the script from koogs' post just above, and on line 19, i added the username, hit save, hit refresh on everything, etc. it's just not working.
if i was killfiling myself, it would look like this:
var fules = [/karl malone/,/fule2/];
(note, please, fucking god, for the people who hate me, copy and paste this and use it)
i don't think there's anything else i need to do, right? it applies to all of ilx, not a specific thread.
i realize this is tampermonkey specific, but i open up the chrome Extensions menu for it, it looks like this when i'm on ilx:
https://i.imgur.com/OKJKtHE.png
enabled, but also "no script running". is that what's causing the problem?
here's the dashboard view:
https://i.imgur.com/b8BOVUY.png
sorry for this complete waste of your time
― Karl Malone, Wednesday, 11 January 2023 23:35 (two years ago) link
I think you need to enclose the name of each of the users in quotes. Otherwise I think JS will think those are variable references to other objects, you want strings here:
// instead of this below
var fules = [/karl malone/,/fule2/];
// do it like this
var fules = ["/karl malone/","/fule2/"];
― fpsa, Thursday, 12 January 2023 01:25 (two years ago) link
i haven't checked this, because it's 5am here, but my initial thoughts are that quotes are unnecessary (the example works without quotes) but capital letters are - Karl doesn't match karl.
― koogs, Thursday, 12 January 2023 05:05 (two years ago) link
additionally, that looks like an old version of the script, the current one (2018) is here (i think the link on boards page is old and this thread is tl;dr)
https://github.com/acdean/kilxor/blob/master/kilxor.user.js
the images suggest a different problem, perhaps (uri not listed?), but try this first
― koogs, Thursday, 12 January 2023 11:59 (two years ago) link
six months pass...
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 (one year ago) link