【ネット】Google、検索ページを刷新 Bing似のツールパネルを常設

このエントリーをはてなブックマークに追加
50名無しさん@十周年
拾い物 右に移動するcss
ユーザースタイルシートで適用

div#leftnav {
right: 5px !important;
}
div#center_col {
border-left: none !important;
margin: 0em 1em !important;
}

完全に消したい場合は
right: 5px の部分を display: none にする