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

Function postOnMouseIn

scripts/insta_injectDownloadBtn.js:392–396  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

390 // ==== Post ====
391 // ================================
392 async function postOnMouseIn(target) {
393 let articleNode = postGetArticleNode(target);
394 let { url } = await postGetUrl(target, articleNode);
395 target.setAttribute("href", url);
396 }
397
398 async function postOnClicked(target) {
399 try {

Callers 1

onMouseInHandlerFunction · 0.85

Calls 2

postGetArticleNodeFunction · 0.85
postGetUrlFunction · 0.85

Tested by

no test coverage detected