您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
向Github Gist文件添加新按钮 | "URL" - 复制直接文件URL | "UserScript" - 复制格式化的URL(@downloadURL和@updateURL)以供您的UserScripts使用。
Gist URL Copier enhances the GitHub Gist interface by adding two utility buttons to each file, making it easier for developers and users to copy important URLs.
The script adds two new buttons to the action bar of each file in a Gist:
URL
Button:
raw
) of the file.gist.githubusercontent.com
domain. This ensures that the copied URL always points to the latest version of the file rather than a specific revision.https://gist.githubusercontent.com/USER/GIST_ID/raw/filename.js
UserScript
Button:
// @downloadURL https://gist.githubusercontent.com/USER/GIST_ID/raw/filename.js
// @updateURL https://gist.githubusercontent.com/USER/GIST_ID/raw/filename.js
In short, this script is a productivity tool that saves time and simplifies workflow for anyone using GitHub Gists, especially for coding and sharing UserScripts.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址