UserScripts

☯️東方永頁機 v.1.9.37.38

Pagetual - Perpetual pages. Auto loading paginated web pages for 90% of all web sites ! 📖Guide

🔧CONFIGURATION PAGE🔧

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

Buy me a coffee if you get help💞

PayPal

Ko-fi

愛發電
donate
💬Join our Discord
📧Send me an email
Made with ❤️ by Hoothin

Rules example

[
  {
    "name":"beauty",
    "url":"^https://www\\.jpmn-demo\\.com/",
    "pageElement":"p>img"
  },
  {
    "name":"Expreview",
    "url":"^https://www\\.expreview-demo\\.com/",
    "loadMore":"span.load"
  }
]

name

Name of the target site

"name": "Site name"

author

Author of this rule

"author": "Hoothin"

example

Example url of this rule

"example": "https://abc.com"

url

RegExp for the url of target site

Selector or xpath of next page link, disable when set to 0, you can let it to be a array to contains multiple next links. You may leave it empty because it will be generated automatically.

pageElement

Selector or xpath of main content which need to insert, you can let it to be a array to contains multiple page elements. You may leave it empty because it will be generated automatically.

enable

0 means stop action when all matched

include

Selector or xpath of the element which must include

exclude

Selector or xpath of the element which must not include

action

0 means load url and insert with static html, 1 means load by iframe so that dynamic javaScript code on page may effect, 2 means force insert iframe to bottom

loadMore

Selector of “load more” button you want to auto click