早速の返信ありがとうございます!
Caiさんのご指摘の通り、ファイルを作る場所を間違っていました。
引用:
C:\users\[ユーザ名]\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default\
にファイルを作れば、コピー&ペーストが可能になりました。
ちなみに、
「user.js」ファイルを作るだけでは、カット・コピー・ペーストは出来きなかったです。
自分が使いたいテキストエディッタのメッセージによると
引用:
You'll have to quit Mozilla/Netscape before you do this!
Find the files "prefs.js" and "user.js" on your local computer. Open them up with a texteditor and add the following lines:
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.YOUR SERVER HERE.com");
"http://www.YOUR SERVER HERE.com" of course must contain the URL of the server you want to allow to execute clipboard functions (such as cut, copy and paste).
Restart your browser.
こんな事が書かれていて、
「user.js」を新規作成して、「prefs.js」にも同じ文を書き足す事で
カット・コピー・ペーストが出来るようになりました。
他サーバーの他のテキストエディタでも「user.js」にURLを書き足すだけでは出来なかったのですが
「prefs.js」にURLを加える事で、カット・コピー・ペーストも可能になりました。
全く理解をしていないのですが、
これは何かセキュリティー上の危険があるのですか・・?