Skip to content

Instantly share code, notes, and snippets.

@0x4a
Created October 8, 2013 06:30
Show Gist options
  • Save 0x4a/6880390 to your computer and use it in GitHub Desktop.
Save 0x4a/6880390 to your computer and use it in GitHub Desktop.
laut.de cleanup #userstyle - removes from front-page: *fotos box *top albums box *artists box *laut.fm radio player - removes from articles: *right column with facebook & newsletter box,more space for articles *laut.fm radio player
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("laut.de") {
#lautfm_player { display: none !important; }
#formFacebook { display: none !important; }
#newsletterwahl { display: none !important; }
#spalteRechts { display: none !important; }
ul.inhalt { width: 815px !important; }
.artikelText { width: 790px !important; }
.void { display: none !important; }
}
/* front page */
@-moz-document url("http://www.laut.de/")
{
#fotos { display: none !important; }
#artists { display: none !important; }
#topalben { display: none !important; }
#spalteRechts { display: block !important; }
ul.inhalt { width: 508px !important; }
.artikelText { width: 479px !important; }
.void { display: block !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment