MCPcopy Index your code
hub / github.com/hoothin/UserScripts / mouseout

Function mouseout

Picviewer CE+/dist.user.js:26401–26407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26399 var meta = !!matchedRule.clickToOpen.meta;
26400
26401 function mouseout(){
26402 document.removeEventListener('mouseout', mouseout, true);
26403 document.removeEventListener(button == 2 ? 'contextmenu' : 'mousedown', click, true);
26404 if(data.imgPA && preventDefault){
26405 data.imgPA.removeEventListener('click', clickA, true);
26406 };
26407 };
26408
26409 function checkLimit(e){
26410 if(e.button!=button ||

Callers 1

clickToOpenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected