diff options
Diffstat (limited to 'config/qutebrowser/greasemonkey/gh-pr.js')
| -rw-r--r-- | config/qutebrowser/greasemonkey/gh-pr.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/qutebrowser/greasemonkey/gh-pr.js b/config/qutebrowser/greasemonkey/gh-pr.js index 5803022..d78b787 100644 --- a/config/qutebrowser/greasemonkey/gh-pr.js +++ b/config/qutebrowser/greasemonkey/gh-pr.js @@ -4,17 +4,17 @@ // @version 0.0.0 // @description Github PR helper // @author Akshay Nair -// @match *://github.com/*/pull/*/files +// @match *://github.com/*/pull/* // ==/UserScript== const keys = { n: () => document.querySelector('.js-reviewed-toggle:not(.js-reviewed-file)').click(), N: () => Array.from(document.querySelectorAll('.js-reviewed-file')).slice(-1)[0].click(), //j: () => { - //const $el = document.querySelector('.js-reviewed-toggle:not(.js-reviewed-file)'); - //if ($el) { - - //} + //const $el = document.querySelector('.js-reviewed-toggle:not(.js-reviewed-file)'); + //if ($el) { + + //} //}, }; |
