Ever wondered how could you make the FireFox taskbar button flash in certain situations? Now you have an easy solution: just install this extension and add the following JS code to your HTML files:
var evt = document.createEvent("Events");
evt.initEvent("SysgenicFlashEvent", true, false);
document.dispatchEvent(evt); // get attention!
And here you go!