LWN.net Logo

epiphany

epiphany

Posted Sep 29, 2006 11:19 UTC (Fri) by cortana (subscriber, #24596)
In reply to: epiphany by k8to
Parent article: The return of Iceweasel

FYI, I block Flash in Epiphany by putting this into my custom stylesheet (accessible from the preferences window):

/* from <http://www.floppymoose.com/> */

object[classid$=":D27CDB6E-AE6D-11cf-96B8-444553540000"],
object[codebase*="swflash.cab"],
object[type="application/x-shockwave-flash"],
embed[type="application/x-shockwave-flash"],
embed[src$=".swf"] {
-moz-binding: url("http://www.floppymoose.com/clickToView.xml#ctv");
}


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds