-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
控制台报错MutationEvent is not defined #299
Comments
啊,这个东西还挺重要的,影响有点严重了,我研究一下 https://developer.mozilla.org/en-US/docs/Web/API/MutationEvent 主要是在脚本猫中的消息交互有用到 |
请问什么时候会触发? 我使用 |
浏览器:Chrome Dev 128.0.6559.0 以上运行环境下稳定触发上述的报错 @CodFrm |
当我在相同的运行环境下使用另一个用到MutationObserver的插件去除链接重定向访问bing - hello时,Chrome Dev给出了更多的报错信息 content.ts在通信时用到了MutationEvent,有没有可能换成CustomEvent等其他方法来绕过MutationEvnet? |
是的,我认为这个bug需要及时得到修复,因为根据时间表来看,Chrome稳定版将在7月23日升到v127,如果不修复的话彼时可能所有带有MutationObserver或MutationEvent的插件将不能正常工作 |
修复了,哥哥试试这个版本:https://github.com/scriptscat/scriptcat/actions/runs/9901910434 主要影响到使用了GM_addElement/addStyle的脚本 没问题的话,我会尽快发布这个版本 |
我这边测了一下没有报错了 |
脚本地址:更好的 Youtube Shorts
MutationEvent从127开始被移除,但是我并没有使用MutationEvent,我在脚本中只使用了MutationObserver,而MutationObserver并没有被弃用
已知可以在用户端把chrome://flags/#mutation-events设置为Enabled解决这个问题,脚本猫是否可以像Tampermonkey/tampermonkey#2011 (comment)一样在之后的版本中修复这个问题
The text was updated successfully, but these errors were encountered: