新标签打开

github 新标签页打开

目前為 2017-12-12 提交的版本,檢視 最新版本

// ==UserScript==
// @name         新标签打开
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  github 新标签页打开
// @author       [email protected]
// @match        http*://*.github.com/*
// @require      https://code.jquery.com/jquery-latest.js
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    $(function(){
		$(".repo-list h3>a").attr("target", "_blank");
    });
})();

QingJ © 2025

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