diff options
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" } } } |