Is it possible to setup a pagination for the first x pages, e.g. for product lists where the last pages are least relevant (sold least, ...)? If yes, how?
@daviddem Hi, yes it is possible to limit the 'pagination' till some particular page.
For example: html:has(li.next:not(:contains("10"))) li.next - in this case the ''Next'' button would be clicked till the 10th page.
Could you, please, share the targeted website?