Skip to content

Instantly share code, notes, and snippets.

@kirsn
Created April 3, 2015 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirsn/356a1854f999f70e0367 to your computer and use it in GitHub Desktop.
Save kirsn/356a1854f999f70e0367 to your computer and use it in GitHub Desktop.
LinkedIn minimal removes unncessary images from the time-line. Use this with the Firefox Stylish Addon
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("linkedin.com") {
.nmp-sized {
display: none !important;
}
.shared-image {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment