Skip to content

Instantly share code, notes, and snippets.

@citizen428
Created January 16, 2014 20:42
Show Gist options
  • Save citizen428/8463036 to your computer and use it in GitHub Desktop.
Save citizen428/8463036 to your computer and use it in GitHub Desktop.
Get rid of the "Inland" section of http://derstandard.at. Place contents of this file in `chrome/userContent.css` inside your Firefox profile directory.
@-moz-document url(http://derstandard.at/) {
div.section.inland { display: none }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment