I am trying to add script to a web page that is generated as part of a go-daddy web site.
The image is presented in a div as a background image that was set using the style attribute.
style="background-image: url("//img1.wsimg.com/isteam/ip/c77f0810-0ea1-4425-b963-0e5820c70a3f/5a18a70f-82dc-45b6-bfb8-8f8e7ff1c875.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1400,h:400,cg:true,m/cr=w:1400,h:400,ax:c,ay:c");"
The id of the div container is generated automatically and changes between runs.
Is there anyway I can find the elements on the page that have a background image set in the HTML style attribute using plain javascript ?