Mar 16, '05 09:54:00AM • Contributed by: Fuzzle
- Launch OmniWeb
- Open up the preferences and select the ad blocking panel.
- Check the box next to "From blocked URLs"
- Click on the "Edit Blocked URLs List..." button.
- In the "Don't Load anything from sites matching these expressions" list add this line: swf
- Click Done and go to a site with flash. Flash should be blocked, and you should be able to load it by clicking on the placeholder.
/* Prevent flash animations from playing until you click on them. */
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"); }
[robg adds: An earlier hint described another way to add Flash blocking to Camino...]
