We're using a third-party analytics reporting script provided by this analytics company. It adds a 1x1 pixel image into the DOM with reporting data in the URL of the image.
Is there any way for me to monitor the DOM and intercept this <img>
element and change its "src" attribute before the browser requests the image?
Sounds like a really odd thing to do, I know, but there's a feature we'd like to hack onto this reporting script (the script is obsfucated).