Anonymous 寫:
我在prefs.js 中,加入
user_pref("browser.cache.disk.parent_directory ", "C:\\Cache");
在c:目錄也開了cache 的資料夾,
但好像沒有效果,那些cache 還是存在profiles內的cache 資料夾中
Change FireFox Cache Directory
1. 安裝『
ChromEdit』套件。
2. 重開啟 FireFox 後,點選「工具(Tools)」>「Edit User Files」。
3. 切換到「user.js」分頁,加入下列字碼:
(假定你是要換置到『T:\leanis\Mozilla\Firefox\Cache』下)
________________________________________________________________________________
user_pref("browser.cache.disk.parent_directory", "T:\\leanis\\Mozilla\\Firefox\\Cache");
________________________________________________________________________________
4. 儲存後並關閉 ChromEdit 後,再重開啟 FireFox 即可。
Leanis

記得要把『\』(反斜線),全部都改成『\\』(雙反斜線)。