Yes, I get comment replies - I turned them on when I realized that I'd missed this response.
Well, there's this. Whether it'll work or not depends on what LJ theme you have. If it doesn't work, let me know - I haven't looked at this part of the code in a while, and so haven't updated it to cover all the livejournal themes that are out there.
Anyway, what you do is this:
Install the script above.
Go through the Firefox menus: Tools->GreaseMonkey->Manage User Scripts
Select "killfile" and click "Edit"
If this is the first time you've ever edited a greasemonkey script, you'll probably be asked to pick a program to edit with. If you don't have a text editor you prefer, and you're on Windows, use wordpad ("C:\Program Files\Windows NT\Accessories\wordpad.exe"). If you have TextPad, or SciTE, or some other text editor installed, you can use that. Just don't use Notepad.
Find this chunk of text. It's near the end, about 80-90% of the way through the file:
// Commented out because I think it's ugly. Your taste may vary, so you can // uncomment this next line to kill/unkill people on your lj friends list. // Intended primarily for communities you like mostly, but one or two // posters get on your nerves. // {scenario:ljfriendsScenario,hrefpat:".*/friends\\b"},
Change it to this:
// Commented out because I think it's ugly. Your taste may vary, so you can // uncomment this next line to kill/unkill people on your lj friends list. // Intended primarily for communities you like mostly, but one or two // posters get on your nerves. {scenario:ljfriendsScenario,hrefpat:".*/friends\\b"},
(That is, cut out the initial two slashes on the last line)
Save the file and close your text editor
Load your livejournal friends page, or reload it if it's already open.
Look for the "hide post" and "kill" links near the user icon.
If you accidentally edit too much of the file, and killfile stops working altogether, you can always install the script again from the link in this post, and it'll wipe it back to the base version.
no subject
Date: 2007-12-31 02:46 am (UTC)Well, there's this. Whether it'll work or not depends on what LJ theme you have. If it doesn't work, let me know - I haven't looked at this part of the code in a while, and so haven't updated it to cover all the livejournal themes that are out there.
Anyway, what you do is this:
// Commented out because I think it's ugly. Your taste may vary, so you can
// uncomment this next line to kill/unkill people on your lj friends list.
// Intended primarily for communities you like mostly, but one or two
// posters get on your nerves.
// {scenario:ljfriendsScenario,hrefpat:".*/friends\\b"},
// Commented out because I think it's ugly. Your taste may vary, so you can
// uncomment this next line to kill/unkill people on your lj friends list.
// Intended primarily for communities you like mostly, but one or two
// posters get on your nerves.
{scenario:ljfriendsScenario,hrefpat:".*/friends\\b"},
(That is, cut out the initial two slashes on the last line)
If you accidentally edit too much of the file, and killfile stops working altogether, you can always install the script again from the link in this post, and it'll wipe it back to the base version.