We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57c7d2 commit 957760dCopy full SHA for 957760d
src/content.js
@@ -5,7 +5,7 @@
5
const isPR = (path) => /^\/[^/]+\/[^/]+\/pull\/\d+/.test(path);
6
const isIssue = (path) => /^\/[^/]+\/[^/]+\/issues\/\d+/.test(path);
7
const getCurrentUser = () => $(".js-menu-target img").attr("alt").slice(1) || "";
8
-const isPrivate = () => $(".repo-private-label").length > 0;
+const isPrivate = () => $(".label-private").length > 0;
9
let statsScope = "repo";
10
11
function getContributor() {
0 commit comments