Home · Maps · About

Home > SubChat
 

[ Read Responses | Post a New Response | Return to the Index ]
[ Next in Thread ]

 

view flat

Killfile has arrived!

Posted by Subterranean Railway on Thu Aug 14 01:22:38 2008

edf40wrjww2msgDetail:detailStr
fiogf49gjkf0d
I decided to add a killfile feature to SubChat, since Uncle Larry is presumably too busy to code one himself. To use it, you need to download a Greasemonkey client, which is available for Firefox here, Safari here, and Internet Explorer here. Opera ought to support this out-of-the-box.

Once you have your Greasemonkey client up and running, download my killfile script here. Greasemonkey should automatically detect and install it.

Adding names to your killfile is simple. Use the "edit" function in your Greasemonkey client to add names, or edit the script manually if your client doesn't have an edit feature. You should see something like this:


var killfile =
[
"Subway Camper",
"Phil D."
];


To add names, simply add more handles to the list, separating them with commas.


var killfile =
[
"Subway Camper",
"Phil D.",
"Random Annoying Guy",
"Sub-terranean Failway"
];


That's it! Here's to a more peaceful SubChat. Please let me know if you find any bugs. Please don't hesitate to contact me if you have any questions/problems installing.

******

SOME IMPORTANT NOTES:
  • This will only suppress messages (and all subsequent replies) within threads. It will not remove messages from the board index. Maybe later; it's nearly 1:30 and I'm tired.
  • Messages will be suppressed after the page is finished loading. This is a weakness in Greasemonkey, not my script.
  • Handles are case-sensitive.

  • Responses

    Post a New Response

    Your Handle:

    Your Password:

    E-Mail Address:

    Subject:

    Message:



    Before posting.. think twice!


    [ Return to the Message Index ]