>>245
ヤッツケだけど
sidebarbutton_2.1.17.uc.js の toggleSidebar と openWebPanel の再定義の中で
サイドバーを閉じてる所(845/901行?)に
document.getElementById("vertical-toolbar").setAttribute('collapsed', true);
開いてる所(852/902/935/行?)に
document.getElementById("vertical-toolbar").setAttribute('collapsed', false);
を追加、あと
CLOSE_SIDEBAR_AT_QUIT を true にして
VerticalToolbar で
toolbar.setAttribute("flex", "1"); 辺りに
toolbar.setAttribute('collapsed', true);
を追加で一応動くみたい。