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
初步判断 一个GM_openInTab 会打开三次页面,(chrome \edge 其他未测试)
// ==UserScript== // @name 定时任务,作为打开页面功能 // @namespace https://bbs.tampermonkey.net.cn/ // @Version 0.1.0 // @description try to take over the world! // @author You // @crontab 0 21 * * * // @grant GM_openInTab // ==/UserScript==
return new Promise((resolve, reject) => { // Your code here... GM_openInTab('https://www.baidu.com') resolve(); });
The text was updated successfully, but these errors were encountered:
没有复现成功,点击立即运行一次呢?
Sorry, something went wrong.
我也复现不出了,这还薛定谔了; 调试运行完全正常的,这几日正式使用都碰上了
好像是更新脚本导致的,老版本没有停止计时器
🐛 修复定时脚本计时器停止错误 #147 #149
f9cb6dc
更新此版本试试 https://github.com/scriptscat/scriptcat/actions/runs/4315194067
No branches or pull requests
初步判断 一个GM_openInTab 会打开三次页面,(chrome \edge 其他未测试)
// ==UserScript==
// @name 定时任务,作为打开页面功能
// @namespace https://bbs.tampermonkey.net.cn/
// @Version 0.1.0
// @description try to take over the world!
// @author You
// @crontab 0 21 * * *
// @grant GM_openInTab
// ==/UserScript==
return new Promise((resolve, reject) => {
// Your code here...
GM_openInTab('https://www.baidu.com')
resolve();
});
The text was updated successfully, but these errors were encountered: