MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / clickToMagnify

Function clickToMagnify

scripts/magnify_image.js:157–165  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

155 document.body.appendChild(overlay);
156
157 function clickToMagnify(e) {
158 overlay.remove();
159 removeNoti();
160 try {
161 magnifyImage(e.clientX, e.clientY);
162 } catch (e) {
163 console.log(e);
164 }
165 }
166 overlay.addEventListener("click", clickToMagnify);
167 },
168

Callers

nothing calls this directly

Calls 2

magnifyImageFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected