diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 066b8cc0..fcd2f797 100644 --- a/src/config.json +++ b/src/config.json @@ -580,6 +580,25 @@ "imageType": "svg", "embeddable": false, "url": "https://wikipedia.org" + }, + "snopes": { + "frontends": { + "suds": { + "name": "Suds", + "instanceList": true, + "url": "https://git.vern.cc/cobra/Suds" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?snopes\\.com\\/" + ], + "name": "Snopes", + "options": { + "enabled": false + }, + "imageType": "svg", + "embeddable": false, + "url": "https://www.snopes.com" } } } |