-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
初步判断 一个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();
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working