Flash Blocking Question

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
Jon

Flash Blocking Question

Post by Jon »

Hi,

I'm currently working on some additions to adblock version 0.5023901, and it seems that with the new firefox browser versions flashblocking seems to have stopped working.

The images appear for a split second and then dissapear immediately when there is nothing being blocked.

I was hoping that someone could help direct me to the segments of code where this problem was corrected since version 0.5023901.

Thanks in advance,

Jon
User avatar
mcm
Posts: 359
Joined: Sat Jun 10, 2006 2:36 am

Post by mcm »

This actually hasn't been fully resolved yet, I've just removed:

Code: Select all

 // hide node, so the frame-swap doesn't show
node.style.setProperty('visibility', 'hidden', 'important');
From the makeObjectFrame function in component.js file.
Post Reply