
I've got to do this (below) but I can't find the user.js. file. I can see two files with (js) in them prefs.js.back and prefs.js.new? Could it be one of them?
The instructions I'm following say to create one if none exists - how would I do that?
One more thing. It say 'change the url "Http://www.mozilla.org" to the site for which you want to enable this function. Again how do I do that?
This is what i'm trying to do:
- Quit Firefox. If you have Quick Launch running (in Windows, an icon in the toolbar), quit that too.
- Find your Firefox profile directory.
- Open the user.js file from that directory in a text editor. If there's no user.js file, create one.
- Add these lines to user.js:
user_pref("capability.policy.policynames", "allowclipboard"); user_pref("capability.policy.allowclipboard.sites", "http://www.mozilla.org"); user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess"); user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess"); * Change the url "http://www.mozilla.org" to the site for which you want to enable this function.
Appreciate your help in advance.