Mr-Quin / danmaku-anywhere

一个可以在任何视频网站上加载弹幕的浏览器插件 | A browser extension that injects danmaku into any video
https://danmaku.weeblify.app/getting-started/
Other
109 stars 0 forks source link

Media query is sometimes not detected correctly #14

Closed Mr-Quin closed 5 months ago

Mr-Quin commented 5 months ago

When a website simultaneously removes and adds an element that matches the query, the additional/removal will not be detected, depending on the order of operation.

For example, if the media query is video, and the website first moves the

https://github.com/Mr-Quin/danmaku-anywhere/blob/a89ba754054602d4b4c43513e6c12b28608fc149/packages/danmaku-anywhere/src/content/hooks/useNodeMonitor.ts#L68C21-L68C33

Removing the break statement will allow it to detect subsequent operations.