We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b48a30 commit 29b1b40Copy full SHA for 29b1b40
1 file changed
dist/github-dashboard-auto-more.user.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name GitHub 仪表盘页面自动加载更多(GitHub Dashboard Auto More)
3
// @namespace xiaohuohumax/userscripts/github-dashboard-auto-more
4
-// @version 1.0.0
+// @version 1.0.1
5
// @author xiaohuohumax
6
// @description 我负责点,你负责看!
7
// @license MIT
@@ -40,7 +40,7 @@
40
return debounced;
41
};
42
const ID = "github-dashboard-auto-more";
43
- const VERSION = "1.0.0";
+ const VERSION = "1.0.1";
44
console.log(`${ID}(v${VERSION})`);
45
function autoClick() {
46
const selectors = ".ajax-pagination-btn.color-bg-overlay";
0 commit comments