jetsung / 备份 GitHub 仓库至 Framagit
0 likes
0 forks
1 files
Last active 1 month ago
在 GitHub 仓库页面添加“备份到 Framagit”按钮,点击后通过 API 创建项目
| 1 | // ==UserScript== |
| 2 | // @name 备份 GitHub 仓库至 Framagit |
| 3 | // @namespace https://docs.scriptcat.org/ |
| 4 | // @version 0.1.0 |
| 5 | // @description 在 GitHub 仓库页面添加“备份到 Framagit”按钮,点击后通过 API 创建项目 |
| 6 | // @author Jetsung Chan <[email protected]> |
| 7 | // @match https://github.com/*/* |
| 8 | // @icon https://www.google.com/s2/favicons?sz=64&domain=github.com |
| 9 | // @grant GM_xmlhttpRequest |
| 10 | // @grant GM_getValue |
jetsung / GitLab / Gitea 镜像仓库一键填充
0 likes
0 forks
2 files
Last active 1 month ago
在GitLab仓库设置页面一键填充镜像仓库信息
| 1 | // ==UserScript== |
| 2 | // @name GitLab 镜像仓库一键填充 |
| 3 | // @namespace ScriptCat Scripts |
| 4 | // @version 0.3.4 |
| 5 | // @description 在GitLab仓库设置页面一键填充镜像仓库信息,并在镜像列表中添加目标仓库跳转链接 |
| 6 | // @author Jetsung Chan <[email protected]> |
| 7 | // @match https://framagit.org/*/-/settings/repository* |
| 8 | // @match https://gitlab.com/*/-/settings/repository* |
| 9 | // @match https://framagit.org/*/project_activity |
| 10 | // @grant GM_getValue |
Newer
Older