MCPcopy Create free account
hub / github.com/XIU2/UserScript / hidePgbtn

Function hidePgbtn

Hostloc-Enhanced.user.js:424–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected