Skip to content

Instantly share code, notes, and snippets.

@jerrykan
Last active August 29, 2015 14:08
Show Gist options
  • Save jerrykan/68da235dc65774b0904e to your computer and use it in GitHub Desktop.
Save jerrykan/68da235dc65774b0904e to your computer and use it in GitHub Desktop.
Hide the large boxes at the top of the Fairfax website that appear when javascript is not enabled
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
domain("brisbanetimes.com.au"),
domain("canberratimes.com.au"),
domain("smh.com.au"),
domain("theage.com.au") {
#box-contact {
display: none;
}
#box-network {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment