diff options
| -rw-r--r-- | lifehacker.com.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lifehacker.com.txt b/lifehacker.com.txt index 2777722..330c4e7 100644 --- a/lifehacker.com.txt +++ b/lifehacker.com.txt @@ -43,8 +43,11 @@ strip: //p[@class="arrow"] # Remove "track" image from article body strip: //img[@alt="track"] +# Remove hidden URLs +strip: //a[@x-inset="hidden"] + http_header(user-agent): PHP/5.3 test_url: http://lifehacker.com/5925801/how-can-i-turn-vague-goals-into-actionable-to+dos test_url: http://lifehacker.com/5941600/hack-an-old-computer-mouse-into-a-wireless-bluetooth-mouse -test_url: http://lifehacker.com/what-happens-to-the-brain-when-you-meditate-and-how-it-1202533314
\ No newline at end of file +test_url: http://lifehacker.com/what-happens-to-the-brain-when-you-meditate-and-how-it-1202533314 |
