UserScripts icon indicating copy to clipboard operation
UserScripts copied to clipboard

Request Pagetual support for www.runoob.com

Open MissGS opened this issue 3 months ago • 4 comments

The url of site https://www.runoob.com/css3/css3-backgrounds.html

Is your request related to a problem? Please describe. Unable to turn pages

Describe the result you'd like with the rule Add to page turn

Custom rule you've tried Null

Additional context

Image

MissGS avatar Sep 11 '25 11:09 MissGS

{
    "name": "菜鸟教程",
    "url": "^https?://www\\.runoob\\.com/css3/",
    "example": "https://www.runoob.com/css3/css3-backgrounds.html",
    "nextLink": "a[rel=\"next\"]"
}

hoothin avatar Sep 11 '25 11:09 hoothin

{
    "name": "菜鸟教程",
    "url": "^https?://www\\.runoob\\.com/css3/",
    "example": "https://www.runoob.com/css3/css3-backgrounds.html",
    "nextLink": "a[rel=\"next\"]"
}

Thank you, it's really useful, but I would like to ask if the title bar on the left can be updated synchronously, otherwise I won't be able to save which chapter I saw.

MissGS avatar Sep 11 '25 12:09 MissGS

{
    "name": "菜鸟教程",
    "url": "^https?://www\\.runoob\\.com/css3/",
    "example": "https://www.runoob.com/css3/css3-backgrounds.html",
    "nextLink": "a[rel=\"next\"]",
    "action": 1,
    "pageElement": ".article",
    "replaceElement": "#leftcolumn"
}

hoothin avatar Sep 11 '25 13:09 hoothin

{
    "name": "菜鸟教程",
    "url": "^https?://www\\.runoob\\.com/css3/",
    "example": "https://www.runoob.com/css3/css3-backgrounds.html",
    "nextLink": "a[rel=\"next\"]",
    "action": 1,
    "pageElement": ".article",
    "replaceElement": "#leftcolumn"
}

Thank you very much. I wish you good health.

MissGS avatar Sep 11 '25 15:09 MissGS