We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9345756 commit 5830466Copy full SHA for 5830466
1 file changed
src/content.js
@@ -9,7 +9,7 @@ const isPrivate = () => $(".repo-private-label").length > 0;
9
let statsScope = "repo";
10
11
function getContributor() {
12
- let $contributor = $(".timeline-comment-wrapper .timeline-comment-header-text strong");
+ let $contributor = $(".timeline-comment-wrapper .timeline-comment-header-text strong a");
13
if ($contributor.length) {
14
return $contributor.first().text().trim();
15
}
0 commit comments