By: Noah Vogt
Hover over a link and hit Y to copy (yank) the link address - or hit X to copy the link text! For feedback, a pop sound will be played after copying.
Features & Capabilities
User Growth & Download Statistics
Manifest V2 Add-on
- By:
- Noah Vogt
- Daily users:
- 7 -2
- Rating:
- 4.50 (2)
- Version:
- 0.8.0 Last updated: 2023-09-21
- Version code:
- 5626098
- Creation date:
- 2023-09-20
- Risk:
- Moderate risk impact Low risk likelihood
- Content scripts matches:
- <all_urls>
- <all_urls>
- Size:
- 61.96KB
- Full description:
- See detailed description
- Source:
- Firefox Add-ons Store
- Data ingested on:
- 2026-07-11
- Compare stats and ranking:
- Copy URL on Hover (new) vs Copy URL on Hover
- Copy URL on Hover (new) vs Copy links on hover
- Copy URL on Hover (new) vs Fast Hover Copy
For Developers
Contact the developer
Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
User Reviews
Why can't this webpage link be copied
htt ps://w ww.douyu.co m/g_HW
Can it be updated to solve it?
i add
else if (event.key == "z") {
var hoveredHrefAttr = hoveredLink.attr('href');
var linkText = getAbsoluteURL(hoveredHrefAttr).split('/').pop().split('?')[0];
navigator.clipboard.writeText(linkText);
extract Room ID
THK I have successfully hybridized with AI
let popSoundUrl = chrome.runtime.getURL('sounds/pop.mp3');
let popSoundAudio = new Audio(popSoundUrl);
function getAbsoluteURL(url) {
var link = document.createElement("a");
link.href = url;
return (link.protocol + "//" + link.host + link.pathname);
}
function getInnermostHovered() {
var n = document.querySelector(":hover");
var nn;
while (n) {
nn = n;
n = nn.querySelector(":hover");
}
return nn;
}
function findLink(element) {
if (element !== document) {
if(element.tagName === "A") {
var link = element.getAttribute("href");
return link ? (new URL(link, document.baseURI)).href : null;
} else {
return findLink(element.parentNode);
}
} else {
return null;
}
}
window.onkeydown = function(event) {
var target = getInnermostHovered();
var hoveredLinkElement = findLink(target);
if (hoveredLinkElement) {
if (event.key == "x") {
navigator.clipboard.writeText(hoveredLinkElement.textContent || hoveredLinkElement.innerText);
} else if (event.key == "y") {
navigator.clipboard.writeText(getAbsoluteURL(hoveredLinkElement));
} else if (event.key == "z") {
var linkText = getAbsoluteURL(hoveredLinkElement).split('/').pop().split('?')[0];
navigator.clipboard.writeText(linkText);
} else {
return;
}
popSoundAudio.play();
}
}
You can choose to update
by *****, 2026-01-01
it's works, can i disable the sound?
by IQ*****, 2024-10-16
Is Copy URL on Hover (new) Safe?
Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Copy URL on Hover (new) requires a few sensitive permissions. Exercise caution before installing.
Risk impact analysis details
- Critical Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
- High ******* ******* **** *** ****** ***** *** ***** ** ******* **** ********* ********* ** * *********** *****
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.
Copy URL on Hover (new) has earned a fairly good reputation and likely can be trusted.
Risk likelihood analysis details
- High This extension has low user count. Unpopular extensions may not be stable or safe.
- Low **** ********* *** ******* **** **** * ****** **** ***** ******** *** **** ****** ** ** ****** *** *****
- Low **** ********* *** ***** **** **** * ****** **** ***** ********** *** **** ****** ** ** ****** *** *****
- Good **** ********* *** **** **** *******
Extension Guard
Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard
Secure Your Browser Upgrade to see full risk analysis details
Best Copy URL on Hover (new) Alternatives
Here are some Firefox add-ons that are similar to Copy URL on Hover (new):
Copy URL on Hover
Noah Vogt
Copy links on hover
SecT0uch
Fast Hover Copy
hongducwb
Copycat
makipom
Hover Copy
SUNWIN
Copy URL With Hash
Jake Hartz
URL to clipboard
BrainDamage
Hover Links Preview
JdM
CopyLink Pro
MediaSmart
Copy Link With Click
Daniel Kaplan
Copy URLs
oov