We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e417e commit dcb2914Copy full SHA for dcb2914
1 file changed
other/Autopage/rules.json
@@ -2271,6 +2271,16 @@
2271
"pageE": "a[data-id]"
2272
}
2273
},
2274
+ "SteamUnlocked": {
2275
+ "host": "steamunlocked.org",
2276
+ "url": "return fun.isPager()",
2277
+ "blank": 3,
2278
+ "pager": {
2279
+ "nextL": "span.page-numbers.current+a",
2280
+ "pageE": ".cover-item.category",
2281
+ "replaceE": ".nav-links"
2282
+ }
2283
+ },
2284
"bilibili - 搜索页": {
2285
"host": "search.bilibili.com",
2286
"url": "fun.isUrlC(); return ((fun.lp() == '/all' || fun.lp() == '/video' || fun.lp() == '/pgc' || fun.lp() == '/article') && !fun.getCSS('ul.video-list') && !fun.getCSS('#article-list'))",
0 commit comments