Oldest known version of this page was edited on 2008-02-10 05:47:06 by LexI? []
Page view:
As reported first by Rijk, the easiest way to block Flash selectively in Opera 8 is to use the following User Stylesheet, which replaces Flash animations with clickable buttons so you can choose if you want to see them:
embed[type="application/x-shockwave-flash"] {content:"Flash"; outline: 1px dotted gray; color: #999; background: #333}
embed[type="application/x-shockwave-flash"].zichtbaar {content: normal; outline: none}
body:before {
position: absolute; visibility: hidden;
background-image: url("javascript:window.addEventListener('click', function(){var srcElem=window.event.srcElement;var tag=srcElem.tagName;if(tag=='EMBED') srcElem.className='zichtbaar';}, false)");
content:""}
You can either add this to your normal User CSS, or as a selectable stylesheet, see OperaUserCSS for more details on how to add it.
New version 'Flashblock' for Opera 9. More effective blocking of Flash and use good-looking graphic buttons. Text-buttons also included.
CategoryOpera
CategoryTechnical