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

Function cleanTopPost

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

Source from the content-addressed store, hash-verified

233
234 // 清理置顶帖子
235 function cleanTopPost(){
236 let showhide = document.querySelectorAll('a.showhide.y');
237 if (showhide.length > 0){
238 showhide.forEach(el=>el.click());
239 }
240 }
241
242
243 // 隐藏帖子内的 [下一页] 按钮

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected