I want to create a plugin for opera that modifies tha DOM-tree after the page have been loaded. Does opera have an appropriate plugin API?
I have a code setup something like below, the image is part of a block of HTML and is being loaded with AJAX so I can t get a direct handle on it using it s class or id, so I m passing the object into ...