We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c91d5 commit 887f1abCopy full SHA for 887f1ab
GitHubA11yFixes.user.js
@@ -23,7 +23,7 @@ function tweak(target) {
23
// Comment headers.
24
for (elem of target.querySelectorAll(".timeline-comment-header-text, .discussion-item-header"))
25
makeHeading(elem, 3);
26
- } else if (res[1] == "commits" && res[2] == "/") {
+ } else if (res[1] == "commits") {
27
// Commit listing.
28
// Commit group headers.
29
for (elem of target.querySelectorAll(".commit-group-title"))
0 commit comments