From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- stackoverflow.com.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 stackoverflow.com.txt (limited to 'stackoverflow.com.txt') diff --git a/stackoverflow.com.txt b/stackoverflow.com.txt new file mode 100644 index 0000000..bb95e93 --- /dev/null +++ b/stackoverflow.com.txt @@ -0,0 +1,14 @@ +body: //div[@class='post-text' or @class='user-action-time' or @class='user-details' or @class='vote'] | //div[@id='answers-header']//h2 + +replace_string(

): +replace_string(
):

Vote count: + +strip_id_or_class: vote-up +strip_id_or_class: vote-down +strip_id_or_class: star-off +strip_id_or_class: favoritecount +strip_id_or_class: -share +strip_id_or_class: badgecount + + +test_url: http://stackoverflow.com/questions/4484289/id-like-to-understand-the-jquery-plugin-syntax \ No newline at end of file -- cgit v1.3.1