「逃げるブタを囲め」用スタイルシート

まずアドオンまたは拡張機能のStylusかStylishを追加します。

 

つぎに

管理 新スタイルを作成 とかに入ってコピーします。よく覚えていないので適当に。

 

Firefox

 

@-moz-document domain("neogame.jp") {
body {
background: none !important;
padding-top: 10px;
}
body section > *:not(#main_column),
#main_column > *:not(article) {
display: none !important;
}
#game_wrapper {
width: 728px !important;
margin: 0 auto !important;
min-height: 500px !important;
padding: 0 !important;
}
#main_column {
float: none !important;
padding: 0 !important;
}
#game_top {
padding: 0 !important;
}
#game_filter {
display: none !important;
z-index: -1 !important;
}
#wrapper {
width: auto !important;
}
#header {
display: none !important;
}
.filter {
display: none !important;
}
}

 

Chrome

 

body {
background: none !important;
padding-top: 10px;
}
body section > *:not(#main_column),
#main_column > *:not(article) {
display: none !important;
}
#game_wrapper {
width: 728px !important;
margin: 0 auto !important;
min-height: 500px !important;
padding: 0 !important;
}
#main_column {
float: none !important;
padding: 0 !important;
}
#game_top {
padding: 0 !important;
}
#game_filter {
display: none !important;
z-index: -1 !important;
}
#wrapper {
width: auto !important;
}
#header {
display: none !important;
}
.filter {
display: none !important;
}

適用先 ドメイン上のURL neogame.jp