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