Skip to content

Commit 8a30856

Browse files
committed
🎬 Released new version GitHub User Info;
1 parent 1ef1bfb commit 8a30856

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Github_User_Info/Github_User_Info.user.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// @updateURL https://github.com/jerone/UserScripts/raw/master/Github_User_Info/Github_User_Info.user.js
1313
// @supportURL https://github.com/jerone/UserScripts/issues
1414
// @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VCYMHWQ7ZMBKW
15-
// @version 0.3.1
15+
// @version 0.3.2
1616
// @grant GM_xmlhttpRequest
1717
// @grant GM_setValue
1818
// @grant GM_getValue
@@ -573,7 +573,9 @@
573573
var avatars = document.querySelectorAll([
574574
'.avatar[alt^="@"]', // Logged-in user & commits author & issuse participant & users organization & organization member;
575575
'.avatar-child[alt^="@"]', // Authored committed users;
576+
'.gravatar[alt^="@"]', // Following & followers page;
576577
'.timeline-comment-avatar[alt^="@"]', // GitHub comments author;
578+
'.leaderboard-gravatar[alt^="@"]', // Trending developer: https://github.com/trending/developers;
577579
'.gist-author img', // Gist author;
578580
'.gist .js-discussion .timeline-comment-avatar' // Gist comments author;
579581
].join(','));

Github_User_Info/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Show user information on avatar hover.
2525

2626
## Version History
2727

28+
* **0.3.2**
29+
* Add support for following & followers page;
30+
* Add support for trending developer;
2831
* **0.3.1**
2932
* Add support for authored committed users;
3033
* **0.3.0**

0 commit comments

Comments
 (0)