// ==UserScript== // @name Arrow Keys: Next/Prev Chapter // @namespace https://github.com/Astropilot // @version 0.6.0 // @description Arrow Key Keyboard shortcuts for multiple manga reader websites (next/prev chapter) // @author Astropilot // @license MIT // @homepage https://github.com/Astropilot/webtoon_userscripts // @homepageURL https://github.com/Astropilot/webtoon_userscripts // @supportURL https://github.com/Astropilot/webtoon_userscripts/issues // @run-at document-end // @grant none // @noframes // @match *://*.manga-scans.com/chapter/* // @match *://*.reaperscans.com/comics/*/chapters/* // @match *://*.webtoons.com/*/viewer*episode_no=* // @match *://*.xcalibrscans.com/*-chapter-* // @match *://*.mangakakalot.com/chapter/* // @match *://*.chapmanganato.to/manga-*/chapter-* // @match *://*.scyllacomics.xyz/manga/*/* // @match *://*.mangagalaxy.org/series/*/chapter-* // @require https://cdn.jsdelivr.net/npm/psl@1.9.0/dist/psl.min.js#sha256-pGXYc481WIYNZUsKubKxCxQUydhNrlM5S8g5eMU8fdw= // @downloadURL none // ==/UserScript== (function () { "use strict"; // Selectors should point to link () or