Skip to content

Commit 5830466

Browse files
committed
more specific selector
1 parent 9345756 commit 5830466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const isPrivate = () => $(".repo-private-label").length > 0;
99
let statsScope = "repo";
1010

1111
function getContributor() {
12-
let $contributor = $(".timeline-comment-wrapper .timeline-comment-header-text strong");
12+
let $contributor = $(".timeline-comment-wrapper .timeline-comment-header-text strong a");
1313
if ($contributor.length) {
1414
return $contributor.first().text().trim();
1515
}

0 commit comments

Comments
 (0)