This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use this code as a JS bookmarklet | |
| // Or past the code below into the chrome console | |
| function getNextComic() { | |
| try { | |
| const seriesUuid = window.__NUXT__.data[0].bookMetadata.seriesUuid; | |
| const currentBookUuid = window.__NUXT__.data[0].bookMetadata.uuid; | |
| const seriesBooks = | |
| window.__NUXT__.state.comicSeries.comicSeries[seriesUuid]; | |
| const seriesBookUuids = |