/*
* @title Googleカレンダーの検索ボックス非表示
* @description Googleカレンダーの検索ボックスが配置されているヘッダー部分を非表示にして、カレンダー部分を広げます。
* @include http://*
* @license MIT License
* @require
*/
javascript:(function(){SB_S=document.getElementById('topBar').style;if(SB_S.display=='none'){SB_S.display='block';}else{SB_S.display='none';}})();_Refresh();