We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553b835 commit 543b073Copy full SHA for 543b073
1 file changed
GithubEnhanced-High-Speed-Download.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name Github 增强 - 高速下载
3
-// @version 1.3.5
+// @version 1.3.6
4
// @author X.I.U
5
// @description 高速下载 Git Clone、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁)
6
// @match *://github.com/*
@@ -120,7 +120,7 @@
120
$(this).next().after(html);
121
});
122
// 修改[文件大小]元素样式
123
- document.querySelectorAll('small.pl-2.text-gray.flex-shrink-0').forEach(el=>el.style.cssText='display: flex; justify-content: flex-end; flex-grow: 1; margin-right: 8px;');
+ document.querySelectorAll('small.pl-2.color-text-secondary.flex-shrink-0').forEach(el=>el.style.cssText='display: flex; justify-content: flex-end; flex-grow: 1; margin-right: 8px;');
124
125
126
// Source Code
0 commit comments