Github New Tab Open

try to take over the world!

  1. // ==UserScript==
  2. // @name Github New Tab Open
  3. // @namespace http://tampermonkey.net/
  4. // @icon https://favicon.yandex.net/favicon/github.com
  5. // @version 0.2-20180226
  6. // @description try to take over the world!
  7. // @author zhuzhuyule
  8. // @match https://github.com/*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. var base = document.createElement('base');
  15. base.setAttribute('target','_blank');
  16. document.querySelector('html>head').append(base);
  17. })();

QingJ © 2025

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