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

Function backToTop

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

Source from the content-addressed store, hash-verified

426 }
427 // 快捷回到顶部(右键左右两侧空白处)
428 function backToTop() {
429 document.body.oncontextmenu = function (event) {
430 if (event.target == this) {
431 event.preventDefault();
432 window.scrollTo(0, 0)
433 }
434 }
435 }
436 // 收起帖子预览(左键左右两侧空白处)
437 function collapsedNowPost() {
438 document.body.onclick = function (event) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected