Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hoothin/UserScripts
/ MagnifierC
Function
MagnifierC
Picviewer CE+/Picviewer CE+.user.js:20708–20712 ·
view source on GitHub ↗
(img,data)
Source
from the content-addressed store, hash-verified
20706
20707
//放大镜
20708
function
MagnifierC(img,data){
20709
this.img=img;
20710
this.data=data;
20711
this.init();
20712
};
20713
20714
MagnifierC.all=[];
20715
MagnifierC.styleZIndex=900000000;
//全局z-index;
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected