1
0

added cad-comic.com mod

This commit is contained in:
Roland Angerer 2013-06-19 15:15:56 +02:00
parent 5412c18e9b
commit 1e1e400b2e

12
mods/cad-comic.com.json Normal file

@ -0,0 +1,12 @@
{
"name": "Ctrl+Alt+Del",
"author": "Roland Angerer",
"stamp": 1371647734,
"feed": "http://cdn.cad-comic.com/rss.xml",
"match": "cad-comic.com/cad",
"config": {
"type": "xpath",
"xpath": "div[@id='content']",
"cleanup": [ "div[@id='menu']", "div[contains(@class, 'navigation')]", "div[contains(@class, 'addthis_toolbar')]" ]
}
}