Github导航栏测试

导航栏增加主页

目前为 2023-10-20 提交的版本。查看 最新版本

// ==UserScript==
// @name         Github导航栏测试
// @version      0.5
// @description  导航栏增加主页
// @author       xiaoxuan6
// @license      MIT
// @match        https://github.com/*
// @require      https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js
// @namespace https://gf.qytechs.cn/users/1038333
// ==/UserScript==
 
 
$(document).ready(function(){
    init()
    
    function init() {
        $('.AppHeader-globalBar-end').append('<div class="test1">主页</div>')
    }
    
    $('.test1').on('click', function() {
        // alert('test')
window.location.href="/xiaoxuan6"
    })

});

QingJ © 2025

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