mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
style(dark-style.ts): add semicolons
This commit is contained in:
parent
c3480ad6af
commit
aeebe78249
@ -16,7 +16,7 @@ const notSupported: (string | RegExp)[] = [
|
||||
'//www.bilibili.com/s/video/',
|
||||
'//member.bilibili.com/platform',
|
||||
'//live.bilibili.com/p/html/live-lottery/anchor-join.html',
|
||||
'//account.bilibili.com/subtitle/edit/#/editor'
|
||||
'//account.bilibili.com/subtitle/edit/#/editor',
|
||||
]
|
||||
const load = () => {
|
||||
if (settings.noDarkOnMember && notSupported.some(it => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user