Created
June 10, 2011 14:31
-
-
Save soveran/1018944 to your computer and use it in GitHub Desktop.
Firefox tweak to hide plugin placeholders.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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