From a3d3818766ac0a023a5bef9f94b19f25c34ac9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Mon, 22 Jul 2019 18:30:52 +0200 Subject: [PATCH] Added new rule for 9gag.com Fixed #204 --- data/data.min.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/data.min.json b/data/data.min.json index 577a3f5..e155e77 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -578,6 +578,15 @@ ], "exceptions": [], "redirections": [] + }, + "9gag.com": { + "urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(9gag\\.com).*", + "completeProvider": false, + "rules": [ + "ref" + ], + "exceptions": [], + "redirections": [] } } }