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

Function backToTop

Zhiyoo-Enhanced.user.js:252–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250
251 // 回到顶部(右键点击空白处)
252 function backToTop() {
253 if (!menu_value('menu_backToTop')) return
254 document.getElementById("nv_forum").oncontextmenu = function(event){
255 if (event.target==this) {
256 event.preventDefault();
257 window.scrollTo(0,0)
258 }
259 }
260 }
261
262
263 // 清理置顶帖子

Callers 1

Calls 1

menu_valueFunction · 0.70

Tested by

no test coverage detected