We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a592c1d commit 9784726Copy full SHA for 9784726
1 file changed
Autopage.user.js
@@ -350,8 +350,8 @@
350
DBSite.wp_article.pager.pageE = '.posts-row>posts[class*="post"]'
351
} else if (getAllCSS('#posts, .posts').length == 1) {
352
DBSite.wp_article.pager.pageE = '#posts, .posts'
353
- } else if (getAllCSS('#content .row').length == 1 && getAllCSS('#content .row+.nav-pagination').length == 1) {
354
- DBSite.wp_article.pager.pageE = '#content .row'
+ } else if (getAllCSS('#content .container>.row').length == 1 && getAllCSS('#content .container>.row+.nav-pagination').length == 1) {
+ DBSite.wp_article.pager.pageE = '#content .container>.row'
355
}
356
if (DBSite.wp_article.pager.pageE != undefined) {console.info(`[自动无缝翻页] - 部分使用 WordPress 的网站`); return 10;}
357
0 commit comments