static function Main() { ??????? var today: Date = new Date(); ??????? FiddlerObject.StatusText = " CustomRules.js was loaded at: " + today; ?? ??? ?FiddlerObject.UI.lvSessions.AddBoundColumn("ServerIP", 120, "X-HostIP"); ??????? // Uncomment to add a "Server" column containing the response "Server" header, if present ??????? //UI.lvSessions.AddBoundColumn("Server", 50, "@response.server");
??????? // Uncomment to add a global hotkey (Win+G) that invokes the ExecAction method below... ??????? // UI.RegisterCustomHotkey(HotkeyModifiers.Windows, Keys.G, "screenshot"); ??? }
2015-12-30
這是定制選項??梢宰约篹nable。
快捷鍵Ctrl+R ?或者 ?菜單->Rules->Customize Rules…
在CustomRules.js文件里Ctrl+F查找字符串
添加一行代碼即可顯示IP
完成以后,Main()看起來是這樣的。ServerIP會出現在最后一列,如果需要的話,拖動到需要的位置即可。
? ?
2017-01-13
怎么設置端口
2016-05-25
灰常感謝!