// ==UserScript== // @name 显示 Github1s 按钮 // @namespace https://juzibiji.top/ // @version 1.0.0 // @description 在 Github 网站顶部显示 Github1s 按钮,Github1s 是一个利用 VsCode Online 浏览代码的项目 // @author 桔子 // @match https://github.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; setInterval(createButton,1000); })(); /** * 创建 Github1s 按钮 */ function createButton(){ const preSelectorButton = document .querySelector("#github1sButton"); if(preSelectorButton !== null){ return; } const github1sUrl = `https://github1s.com${location.pathname}`; const element = '