07/11/17 16:02:02 lbbWBy/s0
>>738
#toolbar-menubar
{display: none;}
#navigator-toolbox:hover > #toolbar-menubar
{display: -moz-box;}
タイトルバー、ていうかタイトル含めたウィンドウの枠のトグル
var mainWindow = document.getElementById("main-window");
if ( mainWindow.getAttribute('hidechrome') == 'true' )
{mainWindow.setAttribute('hidechrome','false'); window.resizeBy(0, 1);}
else {mainWindow.setAttribute('hidechrome','true'); window.resizeBy(0, -1);}