I wanna create an script that changes the way a chat work. The chat is made with AJAX technology but the point is that I cannot edit the chat at any level.
The point of the script is to add a sound when you receive a message. I was thinking about editing the AJAX function and add some script there to make a sound. The point is to add JS and put a new function over the original one.
So... How can I create new JavaScript from a JavaScript written from outside of the iframe? I know the way you can edit the DOM but not how to add new scripts.
I can hear another ways to edit the chat if you have new ideas but this one (I'm not even feeling confortable with it).