You can move on page by pressing the left and right key.
These are versions of this script where the code was updated. Show all versions.
Fix but & Fix typo
Fix bug: document.querySelectorAll always return truthy list.
refactoring
Improve performance to add early return.
Improve performance by early returns. return早期化でパフォーマンス改善。
Use MutationObserver because setInterval is resource-intensive.
Fix First link.
Minor change: Add semicolon