We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d926009 commit 3242b24Copy full SHA for 3242b24
1 file changed
other/Autopage/rules.json
@@ -2829,6 +2829,16 @@
2829
"replaceE": ".pagination"
2830
}
2831
},
2832
+ "TorrentDownloads": {
2833
+ "host": "www.torrentdownloads.pro",
2834
+ "url": "return fun.isPager('r')",
2835
+ "blank": 3,
2836
+ "pager": {
2837
+ "nextL": "//div[@class='pagination_box']//a[text()='>>']",
2838
+ "pageE": ".inner_container>.grey_bar3",
2839
+ "replaceE": ".pagination_box"
2840
+ }
2841
+ },
2842
"LimeTorrents": {
2843
"host": "/^www\\.limetorrents\\./",
2844
"url": "return (fun.isTitle('LimeTorrents') && (fun.indexOF('/search/') || fun.indexOF('/browse-torrents')))",
0 commit comments