Originally posted by fortepianissimo:
Yes I did that - I added
\.swf$
But it's not working. After looking at the page source I found all the flash is embedded in some javascript. I'll post it later if I find it appearing one more time.
How lucky I must be - here is the relevant HTML:
<!-- TF 468x60 JScript HORIZ NoPop code -->
<center><script language=javascript><!--
document.write('<scr'+'ipt language=javascript src="http://a.tribalfusion.com/j.ad?site=MacNNcom&adSpace=ROS&size=468x60 &type=horiz&pop=0&requestID='+((new Date()).getTime() % 2147483648) + Math.random()+'"></scr'+'ipt>');
//-->
</script>
<noscript>
<a href="http://a.tribalfusion.com/i.click?site=MacNNcom&adSpace=ROS&size=468 x60&requestID=76603862788078" target=_blank>
<img src="http://a.tribalfusion.com/i.ad?site=MacNNcom&adSpace=ROS&size=468x60 &requestID=76603862788078"
width=468 height=60 border=0 alt="Click Here"></a>
</noscript>
</center>
See how "<script>" is split into "<scr"+"ipt>"? Anyone has a clue what it is doing here?
Edit: This is relevant from what I can tell. I also added
\.tribalfusion\.com
But it's not blocking the flash either.