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

Function goPan

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

Source from the content-addressed store, hash-verified

281
282 // 附件下载页直接跳转至网盘
283 function goPan() {
284 let gopan = document.querySelector('.threed_panbox .panframe .pan_left p a');
285 if (gopan){
286 location.href=gopan.href;
287 }
288 }
289
290
291 // 兑换附件按钮改为直链(不再弹出确认提示框)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected