mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Remove todo comment
This commit is contained in:
parent
8f87ea7808
commit
39df9d6ca7
@ -4,10 +4,8 @@ const redundantFrames = [
|
|||||||
'https://t.bilibili.com/h5/dynamic/specification',
|
'https://t.bilibili.com/h5/dynamic/specification',
|
||||||
]
|
]
|
||||||
export const checkIframes = () => {
|
export const checkIframes = () => {
|
||||||
// TODO: if customNavbar enabled
|
|
||||||
if (redundantFrames.includes(document.URL)) {
|
if (redundantFrames.includes(document.URL)) {
|
||||||
console.log(`Skipped <iframe> loading for ${document.URL}`)
|
console.log(`Skipped <iframe> loading for ${document.URL}`)
|
||||||
// componentsMap.darkMode.entry()
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user