hoothin / UserScripts

Greasemonkey scripts ( Pagetual / Picviewer CE+ / DownloadAllContent ) 油猴腳本集 ユーザースクリプト集
https://greasyfork.org/users/8227-hoothin
3.03k stars 510 forks source link

Request Pagetual support for mtlarchive.com #638

Open vfggf95565 opened 3 months ago

vfggf95565 commented 3 months ago

The url of site https://mtlarchive.com/library https://mtlarchive.com/library?page=1 The example urls of site. ⚠Do not paste only domain without pathname⚠.

Is your request related to a problem? Please describe. [The next page is the main page, not the second library page]

Describe the result you'd like with the rule I want the next page to be library page two (library?page=2), not the site's home page.

Custom rule you've tried The rule you've made before.

Additional context Add any other context or screenshots about the feature request here.

hoothin commented 3 months ago
{
    "name": "MTLARCHIVE",
    "url": "^https?://mtlarchive\\.com/",
    "example": "https://mtlarchive.com/library",
    "nextLink": ".next-btn>span"
}