// ==UserScript== // @name Arrow Keys: Next/Prev Chapter // @namespace https://github.com/Astropilot // @version 0.3.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 *://*.asurascans.com/*-chapter-* // @match *://*.asura.gg/*-chapter-* // @match *://*.asuracomics.com/*-chapter-* // @match *://*.asuracomics.gg/*-chapter-* // @match *://*.asuratoon.com/*-chapter-* // @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.com/manga-*/chapter-* // @match *://*.scyllascans.org/read/* // @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