Euonym:
I followed the directions on the site, no luck. Had to create the file. Instructions were not clear as to exactly where the file should be placed. That might be my problem. Yes, I use control c and control v, no luck.
You probably created the user.js file in the wrong directory. I've edited my profile several times in the past.
User.js is located at (normally)
c:\Documents and Settings<User Name>\Application Data\Mozilla\Firefox\Profiles<some weird name like vxz6u3qw.default>\user.js
Or open run and enter the %APPDATA%\Mozilla\Firefox\Profiles
If user.js doesn't exist in this directory listed above, make it in that directory (you opened) and add the following:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "<URL of your site here>");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");Replacing the bracketed text with the URL of your site. So for example, say you wanted to allow zen-cart.com access to your clipboard. That second line should read:
user_pref("capability.policy.allowclipboard.sites", "http://www.zen-cart.com");
Do not put a trailing slash on the end. If you want to add additional URLs, separate them with a comma. For example:
user_pref("capability.policy.allowclipboard.sites", "http://www.zen-cart.com");
It also helps if Firefox isn't running during these edits. If you still need assistance, give a yell.