paperlined.org
apps > bookmarklets > good_html
document updated 18 years ago, on Nov 25, 2005
drag_and_rename (116 characters)




// Hides all EMBEDed objects.  Should kill flash, shockwave, etc...  but may not make them quiet.

// Doesn't work yet.

for (aty2z=0; aty2z<document.embeds.length; aty2z++)
{
	void(document.embeds[aty2z].style.visibility='hidden')
}