Skip to content

Latest commit

 

History

History
 
 

Pagetual

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

☯️東方永頁機 v.1.9.36.56

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

🔧Configuration page on wiki

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

[
  {
    "name":"beauty",
    "url":"^https://www\\.jpmn8\\.com/",
    "pageElement":"p>img"
  },
  {
    "name":"Expreview",
    "url":"^https://www\\.expreview\\.com/",
    "loadMore":"span.load"
  }
]
Buy me a coffee if it helps you💞
PayPal.MeKo-fi愛發電
Send me an email for help
Made with ♥ by Hoothin

donate

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"

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.

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.

0 means stop action when all matched

Selector or xpath of the element which must include

Selector or xpath of the element which must not include

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

Selector of "load more" button you want to auto click