Relevance.
Sep. 16th, 2012 12:21 pmIf you want to add killfile functionality for Jim Hines's blog (it's presumed you know where to put things):
function jimchinesScenario() {
return {
commenttopxpath: "//li[starts-with(@id,'comment-')]/div",
sigbit: "div/span[@class='authorname']",
__proto__:wordpressScenario()
};
}
jimchines:[{scenario:jimchinesScenario,hrefpat:"^[^/]*//[^/]*/[0-9]+"}],