wangyizhi
wangyizhi
哥哥有待机吗?
大概是老毛病了,待机后计时器会混乱掉,这个问题等mv3重构完成之后再处理
初步判断是脚本猫没有实现`await GM.xmlHttpRequest`导致的,没有阻塞住直接运行后续的逻辑了 
修复了,试试这个版本:https://github.com/scriptscat/scriptcat/actions/runs/11491902568
可以截个图看看吗?你可以收起侧边栏,然后手动调整列宽,这样会不会好点  
应该是这个问题吧:https://github.com/scriptscat/scriptcat/issues/495 先close了
建议使用match,mv3之后脚本注入受限于[Match patterns](https://developer.chrome.com/docs/extensions/mv3/match_patterns/),正则等奇形怪状的匹配(include),可能不再支持了
I think GM_registerMenuCommand is a better option than `// @run-at context-menu`, so no to support `context-menu`.
My thought is that not many scripts use context-menu, and there is a better alternative: GM_registerMenuCommand, Refactoring is also quite easy. so can gradually shed some of Greasemonkey historical baggage....
没有复现,你那边可以正常访问这个URL吗,或者访问速度如何:https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.global.prod.js 这是这个脚本需要加载的资源,如果没有的话会影响安装页面的打开