diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-07-23 21:52:45 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-07-23 21:52:45 +0300 |
commit | 605e385b2e2e639fb1926071bec7f192b92abdde (patch) | |
tree | b67720f66f58f205dac130fce9c291e4609e073a /src/config.json | |
parent | Removed Import/Export Sync for Chromium https://github.com/libredirect/browse... (diff) | |
parent | [GotHub] Remove /file/ path (diff) | |
download | libredirect-605e385b2e2e639fb1926071bec7f192b92abdde.zip |
Merge branch 'gothub_gist' of https://github.com/NoPlagiarism/browser_extension into NoPlagiarism-gothub_gist
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.json b/src/config.json index 3711bf43..51d8c69d 100644 --- a/src/config.json +++ b/src/config.json @@ -703,7 +703,8 @@ } }, "targets": [ - "^https?:\\/{2}github\\.com\\/" + "^https?:\\/{2}github\\.com\\/", + "^https?:\\/{2}gist.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?" ], "name": "GitHub", "options": { @@ -881,4 +882,4 @@ "url": "https://www.wolframalpha.com" } } -} \ No newline at end of file +} |