We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba5dab commit 28b35f9Copy full SHA for 28b35f9
1 file changed
other/Autopage/rules.json
@@ -1556,6 +1556,15 @@
1556
"bF": "return fun.src_bF(pageE)"
1557
}
1558
},
1559
+ "Hippopx": {
1560
+ "host": "www.hippopx.com",
1561
+ "url": "/\\/(query|search)/",
1562
+ "pager": {
1563
+ "nextL": ".nextpage",
1564
+ "pageE": "#mainlist",
1565
+ "replaceE": ".prevnext"
1566
+ }
1567
+ },
1568
"Unsplash": {
1569
"host": "unsplash.com",
1570
"url": "fun.isUrlC(); if(fun.indexOF('/s/photos/')){setTimeout((f=fun)=>{f.getXpath(\"//button[text()='Load more photos']\").click();}, 2000)}"
0 commit comments