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

Function UNrefreshCorrection

Lanzou-Enhanced.user.js:243–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241
242 // 恢复刷新机制
243 function UNrefreshCorrection() {
244 document.onkeydown = mainframe.onkeydown = function (e) {
245 e = window.event || e;
246 if (e.key === 'F5') {
247 return true;
248 }
249 }
250 }
251
252
253 // 点击空白进入目录

Callers 1

registerMenuCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected