()
| 527 | } |
| 528 | // 屏蔽投票贴 |
| 529 | function delatePolls() { |
| 530 | if (!menu_value('menu_delatePolls')) return |
| 531 | if (patt_forum.test(location.pathname) || location.search.indexOf('mod=forumdisplay') > -1) { |
| 532 | document.querySelectorAll('tbody[id^="normalthread_"] .icn>a>img[alt="投票"]').forEach(function (_this) { |
| 533 | _this.parentNode.parentNode.parentNode.parentNode.hidden = true; |
| 534 | }) |
| 535 | } |
| 536 | } |
| 537 | // 自动翻页 |
| 538 | function pageLoading() { |
| 539 | if (!menu_value('menu_pageLoading')) return |
no test coverage detected