Comment 316 for bug 263435

Revision history for this message
In , Bugzilla (bugzilla) wrote :

(In reply to comment #303)

Thanks so much for making this. It's good to know that *someone* is making an effort to fix the issue, no matter how rudimentary the technique!

I also added the following block to the beginning of my script, so that if no embedded objects are found, we quit and don't bother setting up an interval. This should help reduce memory usage when many pages and tabs don't have Flash on them.

if(document.getElementsByTagName('EMBED').length == 0)
{
 return;
}