UserScripts icon indicating copy to clipboard operation
UserScripts copied to clipboard

Custom rule request for https://comick.io

Open CapriciousCarl opened this issue 1 year ago • 4 comments

Hi, I really enjoy your work but I am not knowledgeable in how to create a custom rule. I use Safari on IOS for Iphone. I have tried to use the element picker (following the gif in the user manual) but I didn't really know what I was doing. I would like to know how to operate the element picker so I can resolve similar issues in the future, but I understand if it that is too difficult.

Please help me with creating a custom rule for https://comick.io. Example: https://comick.io/comic/01-helmut-the-forsaken-child/s_1Inuh7-chapter-1-en Thank you!

CapriciousCarl avatar Apr 08 '24 02:04 CapriciousCarl

{
    "name": "ComicK",
    "url": "^https?://comick\\.io/comic/",
    "nextLink": "button.select-none"
}

hoothin avatar Apr 08 '24 02:04 hoothin

Thank you for the quick response, but the previous chapter is being loaded rather than the next one.

CapriciousCarl avatar Apr 08 '24 03:04 CapriciousCarl

Try "nextLink": "//button[div[contains(text(),'Next')]]"

hoothin avatar Apr 08 '24 05:04 hoothin

Works perfectly, thanks!

CapriciousCarl avatar Apr 08 '24 19:04 CapriciousCarl