You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a problem? Please describe.
在尝试为 Ppomppu 网站实现自动分页时,脚本从第 1 页直接跳到第 11 页,然后是第 21 页,而不是按顺序导航到第 2 页、第 3 页等。这是因为网站的“下一页”按钮()会每次跳过 10 页。
Describe the result you'd like with the rule
我希望脚本能够按顺序加载页面(例如,从第 1 页到第 2 页,然后到第 3 页),以实现无限滚动。脚本应正确识别并跟随基于当前页面的下一页链接。
Custom rule you've tried
Additional context
The text was updated successfully, but these errors were encountered:
The url of site
https://www.ppomppu.co.kr/zboard/zboard.php?id=ppomppu&page=1&divpage=97
Is your request related to a problem? Please describe.
在尝试为 Ppomppu 网站实现自动分页时,脚本从第 1 页直接跳到第 11 页,然后是第 21 页,而不是按顺序导航到第 2 页、第 3 页等。这是因为网站的“下一页”按钮()会每次跳过 10 页。
Describe the result you'd like with the rule
我希望脚本能够按顺序加载页面(例如,从第 1 页到第 2 页,然后到第 3 页),以实现无限滚动。脚本应正确识别并跟随基于当前页面的下一页链接。
Custom rule you've tried
Additional context
The text was updated successfully, but these errors were encountered: