()
| 422 | } |
| 423 | // 隐藏帖子内的 [下一页] 按钮 |
| 424 | function hidePgbtn() { |
| 425 | document.lastChild.appendChild(document.createElement('style')).textContent = '.pgbtn {display: none;}'; |
| 426 | } |
| 427 | // 快捷回到顶部(右键左右两侧空白处) |
| 428 | function backToTop() { |
| 429 | document.body.oncontextmenu = function (event) { |
no outgoing calls
no test coverage detected