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

Function copyLink

Easy offline/Easy offline.user.js:1611–1620  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1609 }
1610 initLang(manageLinksLang);
1611 function copyLink() {
1612 showLinkFrame(function(r){
1613 if(r){
1614 _GM_setClipboard(r);
1615 _GM_notification(i18n("copyOver"));
1616 }else{
1617 _GM_notification(i18n("noLinks"));
1618 }
1619 });
1620 }
1621
1622 var mouseEve,targetA;
1623 document.addEventListener("mousemove", function(e) {

Callers 1

Calls 2

showLinkFrameFunction · 0.85
i18nFunction · 0.70

Tested by

no test coverage detected