Skip to content

Commit 37f6e6a

Browse files
committed
优化 代码
1 parent 4c2f1c8 commit 37f6e6a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Autopage.user.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3539,13 +3539,6 @@
35393539
}
35403540
}
35413541

3542-
if (!support) { // 部分域名额外判断一下
3543-
if (location.host.indexOf(DBSite.btbtt.host) > -1) { // < BT 之家 >
3544-
curSite = DBSite.btbtt;
3545-
support = true;
3546-
}
3547-
}
3548-
35493542
if (support) {
35503543
console.info('[自动无缝翻页] - 其他网站(独立规则)'); return 1;
35513544
} else if (document.querySelector('meta[name="author"][content*="Discuz!"], meta[name="generator"][content*="Discuz!"]') || (document.querySelector('a[href*="www.discuz.net"]') && document.querySelector('a[href*="www.discuz.net"]').textContent.indexOf('Discuz!') > -1) || (document.getElementById('ft') && document.getElementById('ft').textContent.indexOf('Discuz!') > -1)) {

0 commit comments

Comments
 (0)