Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RC1844 committed Mar 24, 2020
1 parent be53976 commit 4b3408c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FastGithub.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @include *://github.com/*
// @include *://github*
// @require http://cdn.bootcss.com/jquery/1.8.3/jquery.min.js
// @version 1.2.1
// @version 1.2.2
// @grant GM_addStyle
// ==/UserScript==

Expand Down Expand Up @@ -104,7 +104,7 @@


//Download Releases
$('.release-entry').each(function () {
$('.release-main-section').each(function () {
$(this).find('.d-flex.Box-body>a').each(function () {
var href = $(this).attr('href');
var span = `<div style=" position: absolute;left: 65%;">`;
Expand All @@ -116,7 +116,7 @@
$(this).after(span);
});
});
$('.release-entry').each(function () {
$('.release-main-section').each(function () {
$(this).find('.d-block.Box-body>a').each(function () {
var href = $(this).attr('href');
var span = `<a class="btn btn-outline get-repo-btn" rel="nofollow" href="${mirror_url[1] + href}">快速下载</a>`;
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

该脚本在[GitHub 镜像加速下载-码酷博客-改](https://greasyfork.org/zh-CN/scripts/391911-github-%E9%95%9C%E5%83%8F%E5%8A%A0%E9%80%9F%E4%B8%8B%E8%BD%BD-%E7%A0%81%E9%85%B7%E5%8D%9A%E5%AE%A2-%E6%94%B9)基础上修改:

v1.2.1
v1.2.1-1.2.2
1. 移除失效站点
2. 添加警告(迟来的警告,希望没人遭受损失)
3. 修复release tag页无法注入问题

v1.2.0
1. 修复Fast Download ZIP无法注入的bug
Expand Down

0 comments on commit 4b3408c

Please sign in to comment.