ed2k link no longer work in Google Chrome AND aMule
Re: ed2k link no longer work in Google Chrome AND aMule
Yes, if you have to copy the link first, it is very inconvenient. A "copy link" button would be a cool thing.
I'm glad that just clicking the link does work for me.
Let's wait for the upcoming chrome updates...
I'm glad that just clicking the link does work for me.
Let's wait for the upcoming chrome updates...
Re: ed2k link no longer work in Google Chrome AND aMule
We added a new button. Now you can copy the ed2k link to your clipboard.
[Image]
[Image]
- pillowbaker
- Posts: 3019
- Likes: 6192
- Joined: Mon Mar 07, 2022 4:05 am
Re: ed2k link no longer work in Google Chrome AND aMule
Nice! This place got some upgrades. Thanks mimzy and ghost!
Re: ed2k link no longer work in Google Chrome AND aMule
ghost wrote: Sun Oct 27, 2024 9:32 pm We added a new button. Now you can copy the ed2k link to your clipboard.
[Image]
Thank you so much. This solve the problem and I can copy now the links ins Safari. Nice.
[Image]
Re: ed2k link no longer work in Google Chrome AND aMule
Maybe it's too late. But I think there is a solution out there that doesn't have to cause any trouble.
It does not affect direct copy links on other browsers.
Use JS to handle the click events, quite simple:
[Code] Users using chrome can test it here:
https://jsfiddle.net/p3514hgL/
It does not affect direct copy links on other browsers.
Use JS to handle the click events, quite simple:
[Code] Users using chrome can test it here:
https://jsfiddle.net/p3514hgL/
Re: ed2k link no longer work in Google Chrome AND aMule
Looks promising, but I'm not sure it would work with ad blockers, etc. We have to test. In any case, it is an interesting idea, thanks!
I would probably add "onclick" to the href directly. The above event handler is executed if anything is clicked.
I would probably add "onclick" to the href directly. The above event handler is executed if anything is clicked.
-
johnvantelli
- Posts: 1
- Likes: 1
- Joined: Sat Feb 22, 2025 12:14 pm
Re: ed2k link no longer work in Google Chrome AND aMule
you can use this simple program:
https://www.giuseppefava.com/link-ed2k- ... soluzione/
it parses html code and extract eD2K link to paste in emule interface
https://www.giuseppefava.com/link-ed2k- ... soluzione/
it parses html code and extract eD2K link to paste in emule interface
Re: ed2k link no longer work in Google Chrome AND aMule
OK, I've implemented something. Please anybody test if clicking and copying ed2k links work OK in Chrome and other browsers.
I guess the advantage of this change is that now in non-Chrome browsers the link can be copied normally and in browsers that do not support normal ed2k links, you are forced to use the "Copy selected links" feature, so there is no way to copy invalid (%7C) links to clipboard, which has caused confusion.
BTW, what about the "Add all N links to your ed2k client" feature? It does not work anymore either, does it? Adding the first link works, but for the rest I get an error "Not allowed to launch 'ed2k://...' because a user gesture is required." So it seems for each link it is necessary to add a confirmation popup like "Do you want to add ed2k://..." Or does adding multiple links still work in some browsers?
I guess the advantage of this change is that now in non-Chrome browsers the link can be copied normally and in browsers that do not support normal ed2k links, you are forced to use the "Copy selected links" feature, so there is no way to copy invalid (%7C) links to clipboard, which has caused confusion.
BTW, what about the "Add all N links to your ed2k client" feature? It does not work anymore either, does it? Adding the first link works, but for the rest I get an error "Not allowed to launch 'ed2k://...' because a user gesture is required." So it seems for each link it is necessary to add a confirmation popup like "Do you want to add ed2k://..." Or does adding multiple links still work in some browsers?
Re: ed2k link no longer work in Google Chrome AND aMule
Using Chrome and the "Copy selected links" button, FLM claims that the link(s) have been copied to the clipboard. However, there is nothing in the clipboard. It can not be Pasted into either eMule or Notepad. There are no error messages, there is simply nothing that results.
"Add all N links to your emule client" in Chrome does NOT add the links to eMule, but it jumps to the top of the FLM page.
Clicking just the ed2k link normally in FLM/Chrome still opens the link in eMule.
***
In Firefox, it works for clicking links normally / "Copy selected links" / AND for "Add all N links to your emule client."
***
In Edge, it works for clicking links normally. For "Copy selected links" it copies all links and they can all be pasted into eMule. (I only tested it on a thread that had 2 links in the post.) The "Add all N links to your emule client" only works for the FIRST link and not for the subsequent ones.
"Add all N links to your emule client" in Chrome does NOT add the links to eMule, but it jumps to the top of the FLM page.
Clicking just the ed2k link normally in FLM/Chrome still opens the link in eMule.
***
In Firefox, it works for clicking links normally / "Copy selected links" / AND for "Add all N links to your emule client."
***
In Edge, it works for clicking links normally. For "Copy selected links" it copies all links and they can all be pasted into eMule. (I only tested it on a thread that had 2 links in the post.) The "Add all N links to your emule client" only works for the FIRST link and not for the subsequent ones.
Re: ed2k link no longer work in Google Chrome AND aMule
Everything works perfectly in my chromium browser (clicking the link and copy to clipboard).