We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
chrome 自定义参数如下 --disable-web-security --user-data-dir=X:\ChromeDevUser
--disable-web-security --user-data-dir=X:\ChromeDevUser
GM_notification({ text: `已关闭 [${Tips}] 功能\n(点击刷新网页后生效)`, timeout: 3500, onclick: function () { location.reload(); } });
onclick 会失效
The text was updated successfully, but these errors were encountered:
盲猜 由于指定 --user-data-dir 导致 GM 回调错进程
--user-data-dir
Sorry, something went wrong.
是不是有啥配置没开启呢
指的是?
不太清楚 但是应该和这个没关系吧 ,可能是因为这个,一些配置变化了?我也没遇到过
No branches or pull requests
chrome 自定义参数如下
--disable-web-security --user-data-dir=X:\ChromeDevUser
onclick 会失效
The text was updated successfully, but these errors were encountered: