summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-01-13 13:40:48 +0100
committerMorris Jobke <morris.jobke@gmail.com>2014-01-13 13:41:40 +0100
commit96fe123eb63df82e0d0749a707d450f9853d2360 (patch)
treef72015db67063e031acb357bd79e17c3dd33399d /articleenhancer
parent242528d932c511f20e6787ff719d2bd95babffcf (diff)
geek and poke - removes the div with email, Facebook & Co links and 1-by-1px image
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/regexenhancers.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/articleenhancer/regexenhancers.json b/articleenhancer/regexenhancers.json
index 9dba16433..da08b0544 100644
--- a/articleenhancer/regexenhancers.json
+++ b/articleenhancer/regexenhancers.json
@@ -13,5 +13,10 @@
"%nichtlustig.de%": {
"%.*static.nichtlustig.de/comics/full/(\\d+).*%s": "<img src=\"http://static.nichtlustig.de/comics/full/$1.jpg\" />"
}
+ },
+ "geek-and-poke.com": {
+ "%(?:geek-and-poke.com/geekandpoke)|(feedproxy.google.com/~r/GeekAndPoke)%": {
+ "%<div>.*%s": ""
+ }
}
}