ดึงหน้าเว็บแบบแบ่งหน้าถัดไปโดยอัตโนมัติและแทรกลงในหน้าปัจจุบันเพื่อเลื่อนแบบไม่มีที่สิ้นสุด รองรับเว็บไซต์หลายพันแห่งโดยไม่มีกฎเกณฑ์ใดๆ
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
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