🏠 

Pagetual

Perpetual pages - powerful auto-pager script. Auto fetching next paginated web pages and inserting into current page for infinite scroll. Support thousands of web sites without any rule.


Install this script?
Author's suggested script

You may also like SearchJumper.

Install this script

Visit the author's site for support, ask a question, post a review, or report the script.
Author
hoothin
Daily installs
34
Total installs
443,786
Ratings
567 12 0
Version
1.9.37.117
Created
2022-01-17
Updated
2025-02-24
Size
515 KB
License
MPL-2.0
Applies to
All sites

IMPORTANT! Refresh and click👇 to import base rules, or open config page after install at first.

https://raw.githubusercontent.com/hoothin/UserScripts/master/Pagetual/pagetualRules.json

【⚙Config page】 【💬Discord group】 【📖Wiki & Rules guide】 【Star Github

Go to github for feedback please.

If you are using a MV3 extension, remember to enable developer mode, otherwise the extension will not run.

If you require website/game/app outsourcing services, please feel free to send your project requirements to my email.

img

Auto loading paginated web pages, fetching next page and splicing for millions even 90% of all sites like google, forums, manga sites and others WITHOUT ANY RULE under most circumstances while turning page with browser.

Fully open source without any privacy collection, spam or third-party libraries. Just a personal work, maybe not suit you and won't provide support.

You can consider it as an alternatives or an upgraded version of AutoPagerize.

You can also configure your own rules for any site on config page easily.

If you think it works well, I will be happy if you can recommend it to your friends. The popularity of the software is crucial to its growth (which is also a source of motivation for the developers :D and brings in more participants).

Now you have endless pages on every web site.

autopager

Test with:

I hate Adam Smasher so fucking much!

【External Calls】The functionality of Pagetual can be called from other extensions

Please send the following message body:

command: "pagetual"
action: "nextPage"
detail: The number of pages to turn, 0 for unlimited, -1 to stop

For example:

window.postMessage({ action: 'nextPage', command: 'patetual', detail: 5 }, '*');

Please send the following message body:

command: "pagetual"
action: "config"
detail: The configuration item to be changed

For example:

window.postMessage({ action: 'config', command: 'patetual', detail: {enableWhiteList: true} }, '*');

When the next page is inserted, the following message body will be sent:

{
action: 'insert',
command: 'patetual'
}

When the last page has been reached, the following message body will be sent:

{
action: 'lastPage',
command: 'patetual'
}

Send me an e-mail if you have any question.

❤️Buy me a coffee Ko-fi PayPal.Me Afdian

Compared with the Super-preloader of Ywzhaiqi, AutoPagerize and other software, Pagetual's biggest feature is that it can be compatible with 90% of the websites on the Internet without rules, and it is completely self-driven.
Finding the next page (based on the Picviewer CE+ I wrote), finding the main frame (based on the novel downloader I wrote), and finding the insertion point are all done automatically.
Naturally, it also avoids the trouble of chasing new ones caused by domain updates or website revisions.

As for the remaining 10%, Pagetual has built-in rules for 3,800 websites in wedata, and will continue to add new rules.

The Pagetual also has powerful custom rules, and supports custom rule LINK IMPORT and rule HOT UPDATE in two formats (wedata format and Pagetual format).

Inspiration: