on Sun, Feb 15, 2004 at 05:39:32PM -0600, Joel Konkle-Parker ([EMAIL PROTECTED]) wrote: > Is it possible to disable a specific plugin (like Flash) in Mozilla > without physically removing the files from the plugins directory (or > renaming them)?
You can also disable plugins (at least globally) through CSS. Create a
userContent.css file under your Mozilla chrome directory.
See:
http://twiki.iwethey.org/Main/UserContentCSS
Or specifically:
/* Nuke all embedded objects, thanks to bertilow on Slashdot. This
* will take care of Flash, etc.
*/
object, embed { display: none; }
Peace.
--
Karsten M. Self <[EMAIL PROTECTED]> http://kmself.home.netcom.com/
What Part of "Gestalt" don't you understand?
Kudos to Gateway's Digital Music Campaing & stand against the RIAA.
http://www.gateway.com/home/deals/offers/music/dmz.shtml
signature.asc
Description: Digital signature

