Eza's Pixiv Fixiv

Loads all manga pages at once in a simplified vertical layout

These are versions of this script where the code was updated. Show all versions.

  • v2.12 2019-11-09 Corrected thumbnails URLs. Pixiv-provided "thumb" images are cropped to square.
  • v2.11 2019-11-07 Fetched necessary data from JSON instead. Speed is back to normal.
  • v2.10 2019-11-07 Pixiv's convenient image list went missing. This is a kludged workaround. I apologize for the speed; Pixiv pages are empty for several seconds.
  • v2.9 2019-09-26 Adjusted anchor names for more consistent behavior.
  • v2.8 2019-09-24 Adapted to new Pixiv URL structure.
  • v2.7 2019-04-22 Broadened do-not-redirect code for Tampermonkey's sake.
  • v2.6 2019-04-19 Manga view is on a seperate page again. Going "back" shows default page, to allow commenting, favoriting, etc.
  • v2.5 2019-04-19 Now replaces Pixiv's "medium" page. (Distinct "manga" URLs no longer exist.) Thumbnails now use small images instead of resizing large ones. Added links to display "regular" or "full-sized" images.
  • v2.3 2017-04-18 Added HTTPS support to Pixiv, which just added HTTPS support itself.
  • v2.2 2017-03-23 Accounted for new Pixiv CDN, fixing pages that reloaded endlessly. Simplified onError function to run from each image instead of each image & thumbnail.
  • v2.0 2016-04-28 Simplified image scaling with CSS.
  • v1.8 2015-08-23 Added fit-to-window options (automatic height/width). "Fit if larger" happens by default. Refactored and cleaned up existing code.
  • v1.7 2015-05-04 Added buttons for scaling images to fit height or width.
  • v1.6 2015-04-04 Some images weren't loading because their medium-sized versions had a different file extension. This is now handled with an onError attribute.
  • v1.5 2014-12-15 Now grabs images from scripted array instead of scraping the page HTML for them..
  • v1.4 2014-10-06 Pixiv changed, script broke. Fixed that and then added image-links below each image (for opening pages in tabs).
  • v1.2 2014-08-31