mixiの広告を消す

  • 投稿日:
  • by
  • カテゴリ:

mixiの広告表示を消すユーザCSS - Zerosylph

上記のCSSに下記を追加して使うのがよさそう。

/* ヘッダの背景を消し、高さ調整 */
#headerArea {
background:transparent !important;
height:auto !important;
}
/* 「ご利用にあたって」を消す */
#attention{
display: none !important;
}
/* 「自然エネルギーで動いています」を消す */
.greenpower{
display: none !important;
}