diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 29934e3c..57e190ad 100644 --- a/src/config.json +++ b/src/config.json @@ -672,6 +672,27 @@ "imageType": "svgMono", "embeddable": false, "url": "https://web.archive.org" + }, + "bilibili": { + "frontends": { + "mikuIndividious": { + "name": "MikuIndividious", + "instanceList": true, + "url": "https://0xacab.org/johnxina/mikuinvidious" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.|space\\.)?bilibili\\.com\\/", + "^https?:\\/{2}b23\\.tv\\/" + ], + "name": "Bilibili", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svgMono", + "embeddable": false, + "url": "https://bilibili.com/" } } } \ No newline at end of file |