diff options
| -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 |
