I have inserted an image in a div using CSS to all the pages on a certain domain, using my Google Chrome extension. Users keep asking me to link the image to the domain's home page. I don't know how to do this.
The image is at the top right of the page. Basically I just need to inject the html
<a href="domain.com">[IMAGE]</a>
where [IMAGE] is the image.
I don't think I can do this with CSS, so I don't know how to do it.
UPDATE:
I need to append it to a current element, not make a new element.