Skip to content

Instantly share code, notes, and snippets.

View jonathansampson's full-sized avatar
🦁
*roar*

Sampson jonathansampson

🦁
*roar*
View GitHub Profile
@echosa
echosa / Brave-issues.md
Last active March 30, 2018 19:04
Brave browser issues
@ericlaw1979
ericlaw1979 / AutoSizeSessionList.js
Created January 6, 2016 14:29
This FiddlerScript autosizes the width of the Web Sessions list based on whether it contains focus. Adjust width constants to taste.
// Click Rules > Customize Rules
// Inside your existing onboot handler, add two lines:
static function OnBoot() {
FiddlerApplication.UI.pnlSessions.add_Enter(panelEnter);
FiddlerApplication.UI.pnlSessions.add_Leave(panelExit);
// Just before that method in the Handlers class, add:
public static