mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix image disabled
This commit is contained in:
parent
d21f69c030
commit
5219d0b185
@ -22,7 +22,7 @@ const entry = async () => {
|
|||||||
if (e.ctrlKey || !enabled) {
|
if (e.ctrlKey || !enabled) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const contents = dqa(element, '.content, .bili-dyn-content')
|
const contents = dqa(element, '.content, .bili-dyn-content [data-module="desc"] .bili-rich-text')
|
||||||
const target = e.target as HTMLElement
|
const target = e.target as HTMLElement
|
||||||
if (target.hasAttribute('click-title')) {
|
if (target.hasAttribute('click-title')) {
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user