mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: add dark mode support for account settings page(帳號中心頁)
This commit is contained in:
@@ -67,8 +67,10 @@ function isSupportedPages() {
|
||||
|| /https?:\/\/(?:www\.)?bilibili\.com\/read\/(?!pcpreview).*/.test(currentUrl)
|
||||
// 404 page
|
||||
|| /^https?:\/\/(?:www\.)?bilibili\.com\/404.*$/.test(currentUrl)
|
||||
// creative center page
|
||||
// creative center page 創作中心頁
|
||||
|| /^https?:\/\/member\.bilibili\.com\/platform.*$/.test(currentUrl)
|
||||
// account settings page 帳號中心頁
|
||||
|| /^https?:\/\/account\.bilibili\.com\/.*$/.test(currentUrl)
|
||||
) {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user