epiphany
epiphany
Posted Sep 28, 2006 5:06 UTC (Thu) by k8to (guest, #15413)In reply to: epiphany by joey
Parent article: The return of Iceweasel
I thank you for this comment. I have investigated epiphany and it is most pleasant. Well, aside from the stupidity about dbus not having a sane launch policy, and the lack of a few sanity-saving plugins from firefox (flashblock primarily). Mostly it is a big win: more responsive, smaller footprint, no crazy focus problems.
Posted Sep 29, 2006 11:19 UTC (Fri)
by cortana (subscriber, #24596)
[Link]
/* from <http://www.floppymoose.com/> */
object[classid$=":D27CDB6E-AE6D-11cf-96B8-444553540000"],
FYI, I block Flash in Epiphany by putting this into my custom stylesheet (accessible from the preferences window):epiphany
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");
}