Skip to content

Instantly share code, notes, and snippets.

@hagiyaki
Created November 17, 2011 04:41
Show Gist options
  • Select an option

  • Save hagiyaki/1372376 to your computer and use it in GitHub Desktop.

Select an option

Save hagiyaki/1372376 to your computer and use it in GitHub Desktop.
cityvilleで広告とかfooterとか消すstylishのやつ
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://apps.facebook.com/cityville/"){
#rightCol,#contentCurve,#footerContainer {
display:none !important;
}
}
@-moz-document url-prefix("http://fb-0.cityville.zynga.com/"){
#zbar,.like_box,#ad,#zap-banner {
display:none !important;
}
/* ディスプレイのサイズにあわせて変更してください */
#flashapp{
height:720px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment