From 28bee436ff057f8e293683fd80fd10b463c3931d Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 10 Oct 2007 13:29:45 +0000 Subject: Add agent-stylesheet.css and support for blocking flash. --- diff --git a/agent-stylesheet.css b/agent-stylesheet.css new file mode 100644 index 0000000..6c94d0e --- /dev/null +++ b/agent-stylesheet.css @@ -0,0 +1,8 @@ +/* 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("clickToView.xml#flash"); } + diff --git a/clickToView.xml b/clickToView.xml new file mode 100644 index 0000000..6164c73 --- /dev/null +++ b/clickToView.xml @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + -- cgit v0.9.1