diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-08-09 23:14:48 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-08-09 23:14:48 +0300 |
commit | 77f233437c891dcc041158eee46b60e50bd3c993 (patch) | |
tree | d7541cbdeb367a0958e35054886dc5d7756b0951 /src/config.json | |
parent | Added Eddrit https://github.com/libredirect/browser_extension/issues/938 (diff) | |
download | libredirect-77f233437c891dcc041158eee46b60e50bd3c993.zip |
Added RAT https://github.com/libredirect/browser_extension/issues/937
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 350559bd..848f2a21 100644 --- a/src/config.json +++ b/src/config.json @@ -1056,6 +1056,24 @@ }, "imageType": "svg", "url": "https://www.ultimate-guitar.com" + }, + "baiduTieba": { + "frontends": { + "ratAintTieba": { + "name": "Rat Aint Tieba", + "instanceList": true, + "url": "https://0xacab.org/johnxina/rat" + } + }, + "targets": ["^https?:\\/{2}tieba\\.baidu\\.com"], + "name": "Baidu Tieba", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "ratAintTieba" + }, + "imageType": "svg", + "url": "https://tieba.baidu.com" } } } |