I use a chat and i want to change the way msgs are displayed, so i would like to be able to ignore some of them.
The problem is that this chat uses an iframe where information (msgs, left, joined) is displayed, and its never loaded (its always getting html added to it).
I would like to use greasemonkey to change the incoming information, but i cant since the iframe never finish the loading, i can only change it when i press the STOP button on the browser.
I want to hide the iframe, filter, and get other iframe (my own) with the information filtered. Is this possible?