From b1eec4f2755d3396f1d9181d33d5739563005d43 Mon Sep 17 00:00:00 2001 From: NoPlagiarism <37241775+NoPlagiarism@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:49:17 +0500 Subject: [GotHub] Add GitHub gists support --- src/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 36d8b86f..6e97b26e 100644 --- a/src/config.json +++ b/src/config.json @@ -708,7 +708,8 @@ } }, "targets": [ - "^https?:\\/{2}github\\.com\\/" + "^https?:\\/{2}github\\.com\\/", + "^https?:\\/{2}gist.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?" ], "name": "GitHub", "options": { @@ -886,4 +887,4 @@ "url": "https://www.wolframalpha.com" } } -} \ No newline at end of file +} -- cgit 1.4.1 From accaac9a0cf11af8016e27951a44fab93eaf9184 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 23 Jul 2023 21:54:11 +0300 Subject: Minor tweak --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 51d8c69d..47be55be 100644 --- a/src/config.json +++ b/src/config.json @@ -704,7 +704,7 @@ }, "targets": [ "^https?:\\/{2}github\\.com\\/", - "^https?:\\/{2}gist.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?" + "^https?:\\/{2}gist\\.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?" ], "name": "GitHub", "options": { -- cgit 1.4.1