From d16068c70b565e939dfae81d4249ea352c131cb8 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Sun, 21 Feb 2016 02:45:08 +0100 Subject: Update bbc.co.uk.txt --- bbc.co.uk.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bbc.co.uk.txt b/bbc.co.uk.txt index 22dc646..e1402ae 100644 --- a/bbc.co.uk.txt +++ b/bbc.co.uk.txt @@ -30,6 +30,9 @@ strip: //div[contains(@class, 'comment-introduction')] strip: //div[contains(@class, 'share-tools')] strip: //div[@id='also-related-links'] +# images all seem to require JS, so let's strip them and avoid lonely captions +strip: //figure[contains(@class, 'caption')] + strip: //aside[contains(@class, 'sp-pullout')] strip_id_or_class: share-help -- cgit v1.3.1