Close the tab
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @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)