Skip to content

Commit

Permalink
🎬 New version of GitHub User Info
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Apr 27, 2016
1 parent 5c7a4e1 commit 5b76b22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Github_User_Info/Github_User_Info.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
// @updateURL https://github.com/jerone/UserScripts/raw/master/Github_User_Info/Github_User_Info.user.js
// @supportURL https://github.com/jerone/UserScripts/issues
// @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VCYMHWQ7ZMBKW
// @version 0.3.4
// @icon https://github.com/fluidicon.png
// @version 0.3.5
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// @grant GM_getValue
Expand Down Expand Up @@ -581,6 +582,7 @@
'.avatar-child[alt^="@"]', // Authored committed users;
'.gravatar[alt^="@"]', // Following & followers page;
'.timeline-comment-avatar[alt^="@"]', // GitHub comments author;
'.commits img[alt^="@"]', // Commits on user activity tab;
'.leaderboard-gravatar[alt^="@"]', // Trending developer: https://github.com/trending/developers;
'.gist-author img', // Gist author;
'.gist .js-discussion .timeline-comment-avatar' // Gist comments author;
Expand All @@ -605,9 +607,9 @@
init();

// On pjax;
unsafeWindow.$(document).on("pjax:end", exportFunction(function pjaxEnd() {
document.addEventListener('pjax:end', function pjaxEnd() {
console.log('GithubUserInfo', 'pjax');
init();
}, unsafeWindow));
});

})();
2 changes: 2 additions & 0 deletions Github_User_Info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Show user information on avatar hover.

## Version History

* **0.3.5**
* Fixed issues after recent layout updates;
* **0.3.4**
* Fixed some styling;
* **0.3.3**
Expand Down

0 comments on commit 5b76b22

Please sign in to comment.