feat: support dark mode for bilibili section page

This commit is contained in:
Hakadao
2023-10-30 01:16:15 +08:00
parent 8a2d4be9c2
commit 2fd6c517b7

View File

@@ -128,6 +128,8 @@ function injectApp() {
|| /https?:\/\/space.bilibili.com\.*/.test(currentUrl)
// notifications page
|| /https?:\/\/message.bilibili.com\.*/.test(currentUrl)
// bilibili sections
|| /https?:\/\/www.bilibili.com\/v\/.*/.test(currentUrl)
) {
if (
/https?:\/\/bilibili.com\/?$/.test(currentUrl)