Webcomic Reader

Can work on almost any webcomic/manga page, preloads 5 or more pages ahead (or behind), navigates via ajax for instant-page-change, lets you use the keyboard, remembers your progress, and it's relatively easy to add new sites

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • вер. 2016.10.16-1 16.10.2016 Synced from GitHub - Add site tsumino.com Fixes #48
  • вер. 2016.10.16 16.10.2016 Synced from GitHub - Fix regression for older browsers Code introduced in 68d56dc caused syntax error browsers not supporting ES6 "for...of" loops. Fixes #1.
  • вер. 2016.10.10 09.10.2016 Synced from GitHub - Fix #47 Don't try string replacement in non-strings.
  • вер. 2016.10.09 09.10.2016 Synced from GitHub - Cache page on ajax sites Previously, one page was downloaded for each image, now we only download each page once, and cache the result if needed. Fixes #46
  • вер. 2016.10.06 06.10.2016 Synced from GitHub - Fix achewood.com #38
  • вер. 2016.09.29 29.09.2016 Synced from GitHub - Fix http://thedoujin.com/ Resolves #44
  • вер. 2016.09.1 29.09.2016 Synced from GitHub - Remove debugger in run_script() - Merge pull request #42 from stephenbe/master Remove debugger in run_script()
  • вер. 2016.09.1 01.09.2016 Synced from GitHub - Fix typo that prevented dropdown from working
  • вер. 2016.08.31-1 31.08.2016 Synced from GitHub - Unbreak the hivenetworks code (#32) This time it should work(TM)
  • вер. 2016.08.31 31.08.2016 Synced from GitHub - Correct way to check if a string is a number
  • вер. 2016.08.31 31.08.2016 Synced from GitHub - Bump version
  • вер. 2016.08.30-1 31.08.2016 Synced from GitHub - Improve hiveworks code
  • вер. 2016.08.30-1 31.08.2016 Synced from GitHub - Improve error handling Now the errors will actually show a stack trace, so we can know where the error came from.
  • вер. 2016.08.30-1 30.08.2016 Synced from GitHub - Update smbc. Fixes #39
  • вер. 2016.08.30-1 30.08.2016 Synced from GitHub - Update exhentai Include https Attempt to solve "onerr" property for exhentai. - Merge pull request #34 from trandaihung/trandaihung-patch-1-1 Update exhentai. Fixes issue #31
  • вер. 2016.08.30-1 30.08.2016 Synced from GitHub - Fix image position calculation for navigation The previous version didn't find the middle of the image correctly when the body didn't cover the entire page (e.g. xkcd.com). Only tested in chrome.
  • вер. 2016.08.30-1 30.08.2016 Synced from GitHub - Add Webtoons.com (#28)
  • вер. 2016.08.30 30.08.2016 Synced from GitHub - Add explainxkcd link to xkcd
  • вер. 2016.08.30 30.08.2016 Synced from GitHub - Avoid unsafe window For #37
  • вер. 2016.08.30 30.08.2016 Synced from GitHub - Fix bug in dropdown menu It prevented the extras from showing on the first page
  • вер. 2016.08.30 30.08.2016 Synced from GitHub - Implement drop-down menu A prototype of a solution for #1 - Merge pull request #36 from anka-213/Drop-down-menu Implement drop-down menu
  • вер. 2016.08.29-1 29.08.2016 Synced from GitHub - Fix thehiveworks code. Fixes #25
  • вер. 2016.08.29 29.08.2016 Synced from GitHub - Add https for exhentai.org (fixes #31)
  • вер. 2016.08.29 29.08.2016 Synced from GitHub - Move TheHiveNetworks fixer to main Added marycagle.com and sleeplessdomain.com Fixes kiwiblitz.com and goblinscomic.com (Amongst many others) Closes #32, #35.
  • вер. 2016.06.17 17.06.2016 Synced from GitHub - Add var declaration to xpath code (#21)
  • вер. 2016.06.17 17.06.2016 Synced from GitHub - Add nhentai.net and fix keyup handler Resolves #27. The old keyup handler interfered with the scrolling code on nhentai.net, so it would never stop scrolling (since it didn't receive a keyup event). Now we only prevent keyup-events when we have a handler for the keydown event. (Most importantly: left/right keys, which many sites use for their own page switching code)
  • вер. 2016.06.08 08.06.2016 Synced from GitHub - Fix navbar on mangasee Resolves #25
  • вер. 2016.06.03 04.06.2016 Synced from GitHub - Add en.dm5.com For issue #11 (https://greasyfork.org/forum/discussion/7730/x)
  • вер. 2016.06.03 04.06.2016 Synced from GitHub - Update webcomic_reader.user.js
  • вер. 2016.06.03 04.06.2016 Synced from GitHub - Add dm5.com Resolves #11
  • вер. 2016.06.03 03.06.2016 Synced from GitHub - Add demonicscans.com, raws.yomanga.co and mangafast.online This resolves #26 and resolves #23
  • вер. 2016.06.02 02.06.2016 Synced from GitHub - Fix #24: girlgeniusonline.com
  • вер. 2016.06.02 02.06.2016 Synced from GitHub - Remove unnecessary code
  • вер. 2016.06.02 02.06.2016 Synced from GitHub - Add MangaSee (Fixes #25)
  • вер. 2016.05.14 01.06.2016 Synced from GitHub - Fix page navigation on dumbingofage.com Prevents thehiveworks.com's jumpbar.js script from messing with wcr, by preventing the `breakbadtoys` function to do its mischievous deeds: it contains code that proactively targets wcr: if(document.getElementById("wcr_div")) then it messes with wcr's injected div id to prevent wcr from doing its job. *Implementation notes* This fix ensures that `breakbadtoys` has not already been registered as an event listener before overri...
  • вер. 2016.05.14 13.05.2016 Synced from GitHub - Add dynasty-scans.com (#15) - Prevent keyup handlers on webpages There are many webpages that has its own keybindings on keyup. This commit prevents them, since they might interfer with webcomic-reader. Hopefully, this won't break anything. - Bump version
  • вер. 2016.05.13 13.05.2016 Synced from GitHub - Support for https on senmanga - Remove old autoupdate feature (Fixes #18) - Fix page navigation on egscomics.com (Fixes #20) Patched all sites that uses the script http://cdn.thehiveworks.com/jumpbar.js - Bump version
  • вер. 2016.02.29-2 29.02.2016 Synced from GitHub - Add back keenspot.com For some reason, the @include line was missing for keenspot
  • вер. 2016.02.29-1 29.02.2016 Synced from GitHub - Update blindsprings.com Also include comments (both the author's and the DISQUS comments).
  • вер. 2016.02.29 29.02.2016 Synced from GitHub - Add gomanga.co and mangafap.com (#14)
  • вер. 2016.02.21-1 28.02.2016 Synced from GitHub - Merge pull request #1 from anka-213/master Test Merge - Updated mangapark domain - Merge pull request #13 from j2285441/master Fix #12 - Update mangapark domain
  • вер. 2016.02.21-1 21.02.2016 Synced from GitHub - Update penny arcade for https, fixes #10
  • вер. 2016.02.21 21.02.2016 Synced from GitHub - Update senmanga.com, Fixes #8
  • вер. 2016.02.21 21.02.2016 Synced from GitHub - Fix Kissmanga bookmarks, Closes #7 Also: * Add support for going back * Remove dead site: readmangahentai.com
  • вер. 2016.02.15 15.02.2016 Synced from GitHub - Add hentaihere.com. Fixes upstream issue #53
  • вер. 2016.02.13 13.02.2016 Synced from GitHub - Fix bato.to for https. Closes #6
  • вер. 2015.12.14 18.12.2015 Synced from GitHub - Add missmab.com without the www Based on [this](https://openuserjs.org/scripts/TheSofox/Webcomic_Reader) fork.
  • вер. 2015.12.14 18.12.2015 Synced from GitHub - Add @supportURL
  • вер. 2015.12.14 18.12.2015
  • вер. 2015.12.14 18.12.2015 Imported from URL

Показать все версии скрипта