We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f216b96 commit 3113b01Copy full SHA for 3113b01
1 file changed
HacgGodTurn.user.js
@@ -446,6 +446,7 @@
446
if(e.keyCode>36 && e.keyCode<41 && !e.shiftKey && !e.altKey){
447
if(/INPUT|TEXTAREA/.test(document.activeElement.tagName))return;
448
var article, isFind, index, articles=document.querySelectorAll(articleSel);
449
+ if(articles.length<2)return;
450
var scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;
451
if(e.keyCode==39){
452
if(e.ctrlKey){
0 commit comments