- 231 名前:名無しさん@そうだ選挙に行こう mailto:sage [2010/07/10(土) 18:49:23 ID:IGofOqAn0]
- >>230
そうか・・ FireGestures使ってるなら 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);} これで隠れるんだけどね 微調整は自分でやってね。
|

|