File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 ( ',' ) ) ;
Original file line number Diff line number Diff 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**
You can’t perform that action at this time.
0 commit comments