killfile

By Daniel Martin Last update Aug 23, 2009 — Installed 6,173 times. Daily Installs: 2, 4, 3, 2, 8, 6, 2, 0, 4, 5, 16, 5, 5, 3, 2, 2, 3, 3, 2, 1, 1, 2, 2, 5, 2, 1, 2, 5, 11, 3, 7, 9

Add your review

1 review


5 stars
I love this script so much , Dec 6, 2008
Review written by Rose Fox - see all my reviews (1)

killfile is super awesome, yay!

I'm pasting in Xtina's additional code for FetLife forums here, since I can't leave a comment:

* Search in the script for the string function pandagonNewScenario. After that function block, add this code block:

function fetScenario() {
                    return {
                        commenttopxpath: "//div[contains(@class,'group_comment')]",
                        sigbit: "./*[contains(@class,'span-14')]/div[@class='quiet']",
                        precedingBit: '<a href="/users/[0-9]*">',
                        followingBit: '</a> responded .*',
                        __proto__:wordpressScenario()
                    };
                }

* Next, search for the string ravelry:[{scenario. After that line, add this line:

fetlife:[{scenario:fetScenario,hrefpat:"[^/]*//[^/]*/groups/[0-9]*/group_posts/"}],

* Save and close, then reload a fetlife groups post, hooray!

0 comments |