Github dashboard sidebar right

Github dashboard UI sidebar right

当前为 2018-05-18 提交的版本,查看 最新版本

// ==UserScript==
// @name     				Github dashboard sidebar right
// @author          a-wing
// @version  				1
// @grant    				none
// @include         https://github.com/
// @namespace https://gf.qytechs.cn/users/186363
// @description Github dashboard UI sidebar right
// ==/UserScript==

(function () {
  document.getElementsByClassName("dashboard-sidebar")[0].style.cssFloat= "right"
})()

QingJ © 2025

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