Auto Tab Closer

Automagically Closes Tab Of Included URLs

当前为 2018-08-14 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Auto Tab Closer
  3. // @namespace https://greasyfork.org/en/users/13772-endorakai
  4. // @version 1.2 Release
  5. // @description Automagically Closes Tab Of Included URLs
  6. // @include http*://thevideo.me/*/mttcd
  7. // @include http*://thevideo.me/*/redir
  8. // @include http*://vidup.me/mpaabpu/*
  9. // @include http*://35.193.89.147/*
  10. // @exclude
  11. // @run-at document-start
  12. // ==/UserScript==
  13.  
  14. //Will Increase List As Needed - See Additional Info At Namespace!!!
  15. open(location, '_self').close();