Official eMule-Board: It Fails To Copy Ed2K Link To Clipboard Using Firefox - Official eMule-Board

Jump to content


Page 1 of 1

It Fails To Copy Ed2K Link To Clipboard Using Firefox enablePrivilege removed

#1 User is offline   Zangune 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1941
  • Joined: 05-March 12

Posted 04 February 2013 - 05:16 PM

Recent Firefox releases removed support for enablePrivilege, click here. It's true at least for Firefox 18.0.1

eMule uses that function to copy ed2k links in WebServer

function ToClipboard(txt)
{
	if(window.clipboardData) {
 		window.clipboardData.clearData();
 		window.clipboardData.setData("Text", txt);
	} else if(navigator.userAgent.indexOf("Opera")!=-1) {
		window.location=txt;
	} else if (window.netscape) {
		try {
			netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");

This

Quote

Permission denied! Browse to 'about:config' in your browser
and set 'signed.applets.codebase_principal_support' to true

Doesn't work.

Thanks Hermann1871

Can't find a solution without using flash, I think that the flash solution is a bad solution. I'll keep searching.

This post has been edited by Zangune: 05 February 2013 - 09:21 AM

0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users