至於user.js的方法如下:
到Profile目錄
windows:
在開始上打%AppDaa%,到MozillaFirefoxProfilexxxxx.default
Linux:
$HOME/.mozilla/firefox/xxxx.default
修改/增加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");
如果需要多個網站,可使用空白分開,例如
user_pref("capability.policy.allowclipboard.sites", "http://www.mozilla.org http://blog.xuite.net");
沒有留言:
張貼留言