()
| 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) { |
no test coverage detected