Sleazy Fork is available in English.

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

Pada tanggal 13 Mei 2016. Lihat %(latest_version_link).

Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.

  • v2016.10.16-1 16 Oktober 2016 Synced from GitHub - Add site tsumino.com Fixes #48
  • v2016.10.16 16 Oktober 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.
  • v2016.10.10 09 Oktober 2016 Synced from GitHub - Fix #47 Don't try string replacement in non-strings.
  • v2016.10.09 09 Oktober 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
  • v2016.10.06 06 Oktober 2016 Synced from GitHub - Fix achewood.com #38
  • v2016.09.29 29 September 2016 Synced from GitHub - Fix http://thedoujin.com/ Resolves #44
  • v2016.09.1 29 September 2016 Synced from GitHub - Remove debugger in run_script() - Merge pull request #42 from stephenbe/master Remove debugger in run_script()
  • v2016.09.1 01 September 2016 Synced from GitHub - Fix typo that prevented dropdown from working
  • v2016.08.31-1 31 Agustus 2016 Synced from GitHub - Unbreak the hivenetworks code (#32) This time it should work(TM)
  • v2016.08.31 31 Agustus 2016 Synced from GitHub - Correct way to check if a string is a number
  • v2016.08.31 31 Agustus 2016 Synced from GitHub - Bump version
  • v2016.08.30-1 31 Agustus 2016 Synced from GitHub - Improve hiveworks code
  • v2016.08.30-1 31 Agustus 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.
  • v2016.08.30-1 30 Agustus 2016 Synced from GitHub - Update smbc. Fixes #39
  • v2016.08.30-1 30 Agustus 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
  • v2016.08.30-1 30 Agustus 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.
  • v2016.08.30-1 30 Agustus 2016 Synced from GitHub - Add Webtoons.com (#28)
  • v2016.08.30 30 Agustus 2016 Synced from GitHub - Add explainxkcd link to xkcd
  • v2016.08.30 30 Agustus 2016 Synced from GitHub - Avoid unsafe window For #37
  • v2016.08.30 30 Agustus 2016 Synced from GitHub - Fix bug in dropdown menu It prevented the extras from showing on the first page
  • v2016.08.30 30 Agustus 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
  • v2016.08.29-1 29 Agustus 2016 Synced from GitHub - Fix thehiveworks code. Fixes #25
  • v2016.08.29 29 Agustus 2016 Synced from GitHub - Add https for exhentai.org (fixes #31)
  • v2016.08.29 29 Agustus 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.
  • v2016.06.17 17 Juni 2016 Synced from GitHub - Add var declaration to xpath code (#21)
  • v2016.06.17 17 Juni 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)
  • v2016.06.08 08 Juni 2016 Synced from GitHub - Fix navbar on mangasee Resolves #25
  • v2016.06.03 04 Juni 2016 Synced from GitHub - Add en.dm5.com For issue #11 (https://greasyfork.org/forum/discussion/7730/x)
  • v2016.06.03 04 Juni 2016 Synced from GitHub - Update webcomic_reader.user.js
  • v2016.06.03 04 Juni 2016 Synced from GitHub - Add dm5.com Resolves #11
  • v2016.06.03 03 Juni 2016 Synced from GitHub - Add demonicscans.com, raws.yomanga.co and mangafast.online This resolves #26 and resolves #23
  • v2016.06.02 02 Juni 2016 Synced from GitHub - Fix #24: girlgeniusonline.com
  • v2016.06.02 02 Juni 2016 Synced from GitHub - Remove unnecessary code
  • v2016.06.02 02 Juni 2016 Synced from GitHub - Add MangaSee (Fixes #25)
  • v2016.05.14 01 Juni 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...
  • v2016.05.14 13 Mei 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
  • v2016.05.13 13 Mei 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
  • v2016.02.29-2 29 Februari 2016 Synced from GitHub - Add back keenspot.com For some reason, the @include line was missing for keenspot
  • v2016.02.29-1 29 Februari 2016 Synced from GitHub - Update blindsprings.com Also include comments (both the author's and the DISQUS comments).
  • v2016.02.29 29 Februari 2016 Synced from GitHub - Add gomanga.co and mangafap.com (#14)
  • v2016.02.21-1 28 Februari 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
  • v2016.02.21-1 21 Februari 2016 Synced from GitHub - Update penny arcade for https, fixes #10
  • v2016.02.21 21 Februari 2016 Synced from GitHub - Update senmanga.com, Fixes #8
  • v2016.02.21 21 Februari 2016 Synced from GitHub - Fix Kissmanga bookmarks, Closes #7 Also: * Add support for going back * Remove dead site: readmangahentai.com
  • v2016.02.15 15 Februari 2016 Synced from GitHub - Add hentaihere.com. Fixes upstream issue #53
  • v2016.02.13 13 Februari 2016 Synced from GitHub - Fix bato.to for https. Closes #6
  • v2015.12.14 18 Desember 2015 Synced from GitHub - Add missmab.com without the www Based on [this](https://openuserjs.org/scripts/TheSofox/Webcomic_Reader) fork.
  • v2015.12.14 18 Desember 2015 Synced from GitHub - Add @supportURL
  • v2015.12.14 18 Desember 2015
  • v2015.12.14 18 Desember 2015 Imported from URL

Tampilkan semua versi skrip