You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
王良 e8aa53bb37
github_2.5.20.1:通知内容优化
7 months ago
github
.gitignore
GithubEnhanced-High-Speed-Download.user.js github_2.5.20.1:通知内容优化 7 months ago
README.md 注释小调整。 7 months ago
tampermonkey.js 0.1.4: 连续弹出通知时,部分通知关闭状态混乱的问题修复。 7 months ago

README.md

dev-sidecar 脚本分支

当前分支用于提供最新版本的一些实用脚本,供大家使用。

注:请使用 DevSidecar-1.8.1 及以上版本。

各脚本使用(配置)方法:

注:如果以下配置中的链接速度太慢,可以从 Github油猴脚本raw_url找一个高速访问raw资源的加速源来替换以下配置。

/github/monkey.js: Github油猴脚本-拦截配置

{
  "github.com": {
    "^(/[\\w-.]+){2,}/?(\\?.*)?$": {
      "script": [
        "https://raw.githubusercontent.com/docmirror/dev-sidecar/scripts/GithubEnhanced-High-Speed-Download.user.js"
          
        // 或高速镜像地址(镜像地址不止以下这一个,大家可以在 `./GithubEnhanced-High-Speed-Download.user.js` 的 `raw_url` 数组中随便找一个来使用,哪个更快就用哪个。)
        //"https://mirror.ghproxy.com/https://raw.githubusercontent.com/docmirror/dev-sidecar/scripts/GithubEnhanced-High-Speed-Download.user.js"
      ],
      "desc": "加载DS仓库中的Github油猴脚本加速clone和文件下载等。"
    }
  }
}