Відгуки для Copy Text Link
Copy Text Link автор Zatsune Sakurako
Відгук від mickael49300_fr
Оцінка 5 з 5
від mickael49300_fr, 9 років томуfait se que on lui demande pas de gros bug sauf celui signaler ;-)
20 відгуків
- Оцінка 5 з 5від Mohammed Mahmoud, 5 років тому
- Оцінка 5 з 5від Lexuthor, 5 років тому
- Оцінка 5 з 5від Kain, 7 років томуIt actually works on every website I visit, which are quite a few. Simple to use with a right-click. No highlighting needed. Highly recommend.
- Оцінка 1 з 5від Користувач Firefox 15028772, 7 років тому
- Оцінка 5 з 5від Ahmmad Ismail, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14283278, 8 років томуTried other extensions like "copy link text" and "Fennec copy link text" and they do not work in thetvdb.com. This one does.
- Оцінка 3 з 5від Millwood, 8 років томуI wish this add-on had a key for selecting it once I opened the right click menu. The old extension which no longer works - COLT - had this feature. It avoids an extra mouse navigation to copy the text.
- Оцінка 5 з 5від Користувач Firefox 13442555, 8 років тому
- Оцінка 3 з 5від Користувач Firefox 13644367, 8 років томуWorks on most links. Does not work on what is most important to me: telephone numbers in gmail emails . I think that they are automatically linkified by gmail. They have the form tel:(503)%555-5555 and display as links. When I right click on those links, the "copy text of link" item does not appear in the context menu.
- Оцінка 2 з 5від Christopher J. Cuppett, 8 років томуIt works on some pages but not others. Specifically I cannot get it to work in Java API documents such as https://docs.oracle.com/javase/8/docs/api/ . Is this because of the CSP bug? Is there a way to work around it?
- Оцінка 5 з 5від Користувач Firefox 13487622, 8 років томуHi, please add a "Copy Link Text" context menu item in the tap and hold link context menu.
- Оцінка 4 з 5від hm, 8 років томуTested in FF57 on a few pages and it seems to work OK, but it doesn't work on the addons.mozilla.org itself (even after refreshing the page, quitting FF, etc.) I don't pretend to understand the bit about the CSP - is that the issue? Anyway, since the links on your extension's homepage are likely to be the first that someone who just installed the extension are going to try, you may want to issue a warning that the extension might not work on addons.mozilla.org
Відповідь розробника
оприлюднено 8 років томуThe CSP problem makes me impossible to access the page. I can only wait Mozilla to fix that problem. There's already an issue on Bugzilla https://bugzilla.mozilla.org/show_bug.cgi?id=1267027 .
Detecting blocked pages would be a nice idea, I'll try to add something like that. - Оцінка 5 з 5від Liam, 8 років томуIt works now.
Nothing gets copied. It doesn't work with FF 56 (64bit)Відповідь розробника
оприлюднено 8 років томуWhat page did you tried? So I can see more about your bug - Оцінка 4 з 5від Skrell, 8 років томуDue to your very nice icon this is my favorite addon for quickly copying a links target address; however, it doesnt seem to show up in the other addon Menu Wizard; is there anything you can do to fix that?
Відповідь розробника
оприлюднено 8 років томуI'm not sure of what menu you mean, I'm adding to the tab context menu, as it's supported in Firefox. - Оцінка 4 з 5від Phil Bridger, 8 років томуThis is one of the handful of extensions that I can't do without, but why do you have to create a notification every time it is used? I use it many times a day and this is extremely annoying. At least give us a way to disable notifications if for some reason you want to spam users by default.
Відповідь розробника
оприлюднено 8 років томуI will change it right now, to send a notification if there's an error
Edit: Done - Оцінка 5 з 5від ale, 9 років томуnot working at all with nightly v54
sorry fotr the bd review it was a user script (trough tampermonkey https://greasyfork.org/en/scripts/12561-allow-copy-and-context-menu-continued) that interferes with this ext,if possible look into the issueВідповідь розробника
оприлюднено 9 років томуIt's not "at all", I just found one issue, it's a purely Firefox related problem of Content Security Policy, there's no problem on Chrome. I tried on the home page of DuckDuckGo and there's no problem.
With Firefox way of loading content scripts, you might need to re-open or refresh tabs after installing.
Your problem is because your script cancel all events happening with the right click (context menu), I can not do anything with it. In simple words, that script prevent events that could allow to get a targetted element to occur, so, there's no much way to do another way, except you activate your script when you need.