Tool 1 For All Task Twitter - Everve

Close the tab

此脚本不应直接安装,它是供其他脚本使用的外部库。如果你需要使用该库,请在脚本元属性加入:// @require https://update.cn-greasyfork.org/scripts/457407/1133637/Tool%201%20For%20All%20Task%20Twitter%20-%20Everve.js

  1. // ==UserScript==
  2. // @name Tool 1 For All Task Twitter - Everve
  3. // @namespace SuperNova
  4. // @match https://twitter.com/*
  5. // @match https://mobile.twitter.com/*
  6. // @grant window.close
  7. // @grant GM_xmlhttpRequest
  8. // @version 1.0
  9. // @author Saputra
  10. // @description Close the tab
  11.  
  12. // ==/UserScript==
  13.  
  14. setInterval(() => {
  15. window.close()
  16. }, 10000)