Killfile - Armed and Dangerous Commenter Squelcher
This is a somewhat-trivial Chrome extension to allow kill-filing given commenters on esr's blog Armed and Dangerous.
Currently, adding and removing names from the kill list is managed by hand-editing a regexp in the contentscript.js file then reloading the extension. Future versions, if there are any, will include fancier controls.
This might work on other wordpress blogs, if they use the same HTML markers. To try it, just edit the manifest.json file to point at your desired blog instead of http://esr.ibiblio.org/*
Install
- Unpack the tarball into a directory
- In Chrome, go to Tools->Extensions
- Expand Developer mode
- Select "Load unpacked extension..." and point chrome at the killfile directory
License
Provided to the Public Domain. If you make any interesting modifications, feel free to toss them back at me so I can incorporate them.
Planned Features (Maybe):
- Per-post controls - ability to add/remove commenters with controls next to their user names or comments Also controls to squelch/un-squelch any one comment if desired.
- Pie-in-the-sky feature: extend the per-post controls feature to provide threading. Doable, but not in scope.