What\'s the best way to find all of the background images on a given page using javascript?
The ideal end result would be an array of all of the url\'s.
get collection elements which have inline background styles
document.querySelectorAll('[style*="background"]')