nextLinkByJs (doc)
Evaluate JavaScript and return the target URL of the next page.
docis the document of each loaded page.
Example:
"nextLinkByJs": "let n=doc.querySelector('a.curr+a');if(n)return n.href.replace(/^javascript:.*\\((\\d+)'\\);/,'$1_.html');"
docmeans the document of each loaded page. This code checksa.curr+aand returns a link from its href when it exists; otherwise it stops.
You can build a POST body using
#p{x=1&y=2}, e.g.https://www.xxx.com/pageAjax#p{x=1&y=2}.