Probably the easiest way to killfile an author would be to do something like this: var blackList = new Array('href="/users/USERNAME/pseuds/PSEUD" class="login author"', 'another killfile tag');
You have to include the pseuds/PSEUD part even if the person doesn't have a pseud -- it's looking for an exact match on the HTML, and the archive always uses the full users/USERNAME/pseuds/PSEUD path.
no subject
Date: 2012-10-17 10:08 am (UTC)var blackList = new Array('href="/users/USERNAME/pseuds/PSEUD" class="login author"', 'another killfile tag');
You have to include the
pseuds/PSEUD
part even if the person doesn't have a pseud -- it's looking for an exact match on the HTML, and the archive always uses the full users/USERNAME/pseuds/PSEUD path.