Skip to content

Commit e12c110

Browse files
committed
修复 帖子内自动翻页至最后一页时页数显示不正确的问题
1 parent 96b0e85 commit e12c110

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

52pojie-Enhanced.user.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,7 @@
342342
// 替换待替换元素
343343
try {
344344
let oriE = getAllElements(curSite.pager.replaceE);
345-
console.log(oriE)
346345
let repE = getAllElements(curSite.pager.replaceE, newBody, newBody);
347-
console.log(repE)
348346
if (oriE.length === repE.length) {
349347
for (var i = 0; i < oriE.length; i++) {
350348
oriE[i].outerHTML = repE[i].outerHTML;

0 commit comments

Comments
 (0)