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

Function hidePgbtn

3dm-Enhanced.user.js:244–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243 // 隐藏帖子内的 [下一页] 按钮
244 function hidePgbtn() {
245 document.lastChild.appendChild(document.createElement('style')).textContent = '.pgbtn {display: none;}';
246 }
247
248
249 // 自动翻页

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected