Implementation - Moshisho/GameHover GitHub Wiki
How to implement GameHover
- Get the HTML inside every page that loads.
- Recognize elements that I previously investigated (like: shopping cart on ebay etc...)
- insert onmouseover and onmouseout attributes to the tag through that:
- Call the JS function that fits that img (*the img must be a link! - maybe a convert will be needed.).
- That's about it..!