Compare commits

..

3 Commits

Author SHA1 Message Date
c1fcffa943 Bump ver 2025-05-16 00:34:49 -04:00
f7bd78189a Set branch-specific URIs 2025-05-16 00:34:23 -04:00
ffc97281ad Rewrite 2025-05-16 00:34:08 -04:00

View File

@ -5,7 +5,7 @@
// @match *://news.ycombinator.com/*
// @icon https://gitea.amine-bouabdallaoui.fr/AmineB/ycombinator-keys/raw/branch/main/icons/48.png
// @grant none
// @version 9
// @version 8
// @author AmineB
// @description Ycombinator keyboard nav.
// @downloadURL https://gitea.amine-bouabdallaoui.fr/brian6932/ycombinator-keys/raw/branch/main/keyboard-watcher.user.js
@ -77,7 +77,7 @@ const
else
query[selected].nextSibling.querySelector('a.clicky.hider')?.click()
if (selected + 1 <= query.length)
if (selected + 1 <= query?.length)
highlightSelected()
return
case 'c':