pcxFirefox Portable 設定

mayuyu版:
改成隨身版的方法,在firefox目錄下建立一個tmemutil.ini
內容
http://pasted.co/47176121

個人設定的資料夾和暫存檔的目錄位置和其他選項可以自行修改
目前是放在同目錄的Profiles和Tmp底下
PortableDataPath=./Profiles
TmpDataPath=./Tmp
自用版:
把pcxFirefox目錄裡的tmemutil-sample.ini改成tmemutil.ini
並設定以下項目
  • Portable=1
  • PortableDataPath=./Profiles
  • TmpDataPath=./Tmp
  • Nocompatete=1

[-Fx-] pcxFirefox 43.0.2 x64/x86版已出 - 看板 Browsers - 批踢踢實業坊

Firefox 繁體中文化

將x86繁中版firefox目錄下的三個omni.ja
覆蓋到x64版對應的目錄下,即可完成中文化。
安裝語言套件也可以 之所以推薦用omni.ja覆蓋的方式
是因為官方的繁體中文版為了修正一些繁中才有的bug
(例如Mactype渲染亂碼的bug)
修改了一些存在omni.ja裡的特性參數和英文版不一樣
而pcxFirefox的繁體中文版和官方繁中版相同
也有特別修正這些特性 如果裝英文版就沒有特別修正
裝了英文版再裝繁中語言套件還是無法修改到這些參數
所以才推薦繁體中文的使用者麻煩一點用覆蓋的方式

[-Fx-] pcxFirefox 43.0.2 x64/x86版已出 - 看板 Browsers - 批踢踢實業坊 Re: [-Fx-] pcxFirefox 43.0.2 x64/x86版已出 - 看板 Browsers - 批踢踢實業坊

取得目前執行程式的目錄

System.AppDomain.CurrentDomain.BaseDirectory
勿用Environment.CurrentDirectory,透過其他程式呼叫時,路徑會變動
[C#][ASP.NET] 取得目前執行程式的目錄 - .NET 隨筆- 點部落

變更 Firefox for Android 預設下載路徑

  1. about:config
  2. browser.download.folderList,原本值為1,變更為2
  3. 新增字串,browser.download.dir,並填入自訂路徑

How to change download path or location in android fire fox | Firefox for Android 技術支援討論區 | Mozilla 技術支援

Get Random Color

function getColor(){
        return '#'+(Math.random()*0xffffff<<0).toString(16);
}

JS insertRule

JS Bin

SJ2000 批次檔自動產生time.txt

將Time.bat,放置在SJ2000根目錄下,雙擊後,產生time.txt,內容為目前時間加上1分鐘

調整照片Exif時間 (jhead)

 -ta<+|->h[:mm[:ss]]
            Adjust time by h:mm forwards or backwards.  Useful when having
            taken pictures with the wrong time set on the camera, such as when
            traveling across time zones or DST changes. Dates can be adjusted
            by offsetting by 24 hours or more.  For large date adjustments,
            use the -da option

jhead -ta+48 D:\Pic\*.jpg