Tool 1 For All Task Twitter - Everve

Close the tab

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址