MCPcopy Create free account
hub / github.com/hoothin/UserScripts / clickA

Function clickA

Picviewer CE+/dist.user.js:26432–26435  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

26430 };
26431
26432 function clickA(e){//阻止a的默认行为
26433 if(!checkLimit(e))return;
26434 e.preventDefault();
26435 };
26436
26437 document.addEventListener(button == 2 ? 'contextmenu' : 'mousedown', click, true);
26438

Callers

nothing calls this directly

Calls 1

checkLimitFunction · 0.70

Tested by

no test coverage detected