Skip to content

Instantly share code, notes, and snippets.

@soveran
Created June 10, 2011 14:31
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 soveran/1018944 to your computer and use it in GitHub Desktop.
Save soveran/1018944 to your computer and use it in GitHub Desktop.
Firefox tweak to hide plugin placeholders.
/*
* Hide the "Click here to download plugin" flash placeholders.
*/
embed[type="application/x-shockwave-flash"] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment