scriptcat
scriptcat copied to clipboard
在对 chrome 自定义参数后 GM_notification onclick 失效
chrome 自定义参数如下
--disable-web-security --user-data-dir=X:\ChromeDevUser
GM_notification({ text: `已关闭 [${Tips}] 功能\n(点击刷新网页后生效)`, timeout: 3500, onclick: function () { location.reload(); } });
onclick 会失效
盲猜 由于指定 --user-data-dir 导致 GM 回调错进程
是不是有啥配置没开启呢
是不是有啥配置没开启呢
指的是?
不太清楚 但是应该和这个没关系吧 ,可能是因为这个,一些配置变化了?我也没遇到过
最新版本中,使用这个示例没有复现:https://github.com/scriptscat/scriptcat/blob/main/example/gm_notification.js
没有更多信息,先close了