diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2014-02-21 15:16:12 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2014-02-21 15:16:27 +0100 |
| commit | 2ab25482477b7948478a318d874300b5a73bf18e (patch) | |
| tree | 7a335ca64ec92a22aab6a1f3696d5393a1c883c5 | |
| parent | b20f5a50acb0f7f407c41615ea8f55aa82fe6635 (diff) | |
| download | ftr-site-config-2ab25482477b7948478a318d874300b5a73bf18e.tar.gz ftr-site-config-2ab25482477b7948478a318d874300b5a73bf18e.zip | |
howtogeek.com
| -rw-r--r-- | howtogeek.com.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/howtogeek.com.txt b/howtogeek.com.txt new file mode 100644 index 0000000..baa2ed4 --- /dev/null +++ b/howtogeek.com.txt @@ -0,0 +1,11 @@ +body: //div[contains(@class, 'thecontent')] + +strip_image_src: loading.gif +find_string:src="http://cdn.howtogeek.com/public/images/blank.gif" +replace_string:- +find_string:data-href= +replace_string:src= + +strip_id_or_class: relatedside + +test_url: http://www.howtogeek.com/school/microsoft-excel-formulas-and-functions/lesson1/
\ No newline at end of file |
