We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30fc60 commit 46967fbCopy full SHA for 46967fb
GitHubA11yFixes.user.js
@@ -73,7 +73,7 @@ function onNodeAdded(target) {
73
} else if (res[1] == "compare") {
74
// Branch selector buttons.
75
// These have an aria-label which masks the name of the branch, so kill it.
76
- for (elem of target.querySelectorAll("button.branch"))
+ for (elem of target.querySelectorAll("button.select-menu-button"))
77
elem.removeAttribute("aria-label");
78
}
79
if (["pull", "commit"].indexOf(res[1]) >= 0 && res[2]) {
0 commit comments