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 3be84a8 commit 0180351Copy full SHA for 0180351
Github_Commit_Whitespace/Github_Commit_Whitespace.user.js
@@ -49,7 +49,7 @@
49
g.appendChild(a)
50
51
b.parentNode.insertBefore(g, b)
52
- } else if (/\/pull\/\d*\/(files|commits)/.test(location.href) && (e = document.querySelector('#files_bucket .pr-toolbar .diffbar > .float-right'))) {
+ } else if (/\/pull\/\d*\/(files|commits)/.test(location.href) && (e = document.querySelector('#files_bucket .pr-toolbar .diffbar > .pr-review-tools'))) {
53
54
var r = e.querySelector('.GithubCommitWhitespaceButton')
55
if (r) {
0 commit comments