終極自動翻頁 - 加載並拼接下一分頁內容至當前頁尾,智能適配任意網頁
Thanks to developer for providing solution.
Script is great.
A small guide/tutorial on how to create a new rule, by using chrome browser menu->MoreTools->DeveloperTools option to view the current page element details will help to utilize this script in pages not handled currently too.
Thanks in advance
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Could you help with the example of how to add rule for Alibaba,
Example alibaba search results page: https://www.alibaba.com/trade/search?IndexArea=product_en&SearchText=torch&page=2&f0=y
When the alibaba serach results page data is viewed, the link to 'next' page Arrow ( > ) element is:
Xpath:
//*[@id="root"]/div/div[4]/div/div[1]/a[9]
Full Xpath:
/html/body/div[4]/div[2]/div/div[4]/div/div[1]/a[9]
Could you help by providing rule in Pagetual syntax and also Autopagerize syntax for this website so that it can be added to pagetual custom rules?
Thank you in advance