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

Function hidePgbtn

52pojie-Enhanced.user.js:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222 // 隐藏帖子内的 [下一页] 按钮
223 function hidePgbtn() {
224 document.lastChild.appendChild(document.createElement('style')).textContent = '.pgbtn {display: none;}';
225 }
226
227
228 // 自动翻页

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected