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 37f4215 commit 6e8d249Copy full SHA for 6e8d249
src/providers/github.ts
@@ -28,7 +28,8 @@ export default function github(): Provider {
28
.octicon-file-submodule,
29
.react-directory-filename-column > svg,
30
.octicon-package,
31
- .octicon-file-zip`,
+ .octicon-file-zip,
32
+ .octicon-file-diff`,
33
// Element by which to detect if the tested domain is github.
34
detect: 'body > div[data-turbo-body]',
35
},
0 commit comments