Close the tab
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/457407/1133637/Tool%201%20For%20All%20Task%20Twitter%20-%20Everve.js
// ==UserScript==
// @name Tool 1 For All Task Twitter - Everve
// @namespace SuperNova
// @match https://twitter.com/*
// @match https://mobile.twitter.com/*
// @grant window.close
// @grant GM_xmlhttpRequest
// @version 1.0
// @author Saputra
// @description Close the tab
// ==/UserScript==
setInterval(() => {
window.close()
}, 10000)