Endless Pixiv Pages

Loads more pixiv pages as you scroll down.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
Mango 2
Daily installs
0
Total installs
3,211
Ratings
34 0 0
Version
2018.01.28
Created
2014-07-12
Updated
2018-01-29
Size
9.64 KB
License
N/A
Applies to

By default, XMLHttpRequest is used to load the extra pages, which may break other userscripts that don't monitor for page modifications. You can switch back to the old method (a hidden iframe) by modifying the top of the script.

Some pixiv functionality is lost on the loaded pages.

NOTE: This script does not work on the "new style" pages, e.g.:


2018-01-28:

  • Fixed /response.php

2018-01-25:

  • Fixed /search.php and /bookmark_new_illust.php

2017-12-31:

  • Added /bookmark_new_illust.php.
  • Fixed page counts on /search.php, /bookmark.php, /novel/tags.php, and /group/search_group.php.
  • Fixed page separation on /response.php.

2017-10-21:

  • Fixed tag searches

2017-04-24:

  • Added 'load all pages' link
  • Added total number of pages counts
  • Changed style of page separators

2017-04-19:

  • Fixed for HTTPS

2017-03-29:

  • Fixed images on added pages not displaying on some URLs.

2017-03-19:

  • Fixed pages for image responses and bookmarked users.

2014-08-17:

  • Split the non-Endless features (Danbooru/IQDB/filtering) into a separate script.
  • Switched loading method from hidden iframe to XMLHttpRequest for performance reasons (attempted and reverted once before, two years ago). Userscripts that don't monitor for page modifications will not run on the loaded pages.
  • Added support for group/novel searches. User searches not supported due to pixiv's lazy loading on those pages.