var height = parseInt(document.body.offsetHeight, 10);
For instance on this article, it result an error message in the console:
iframeMessenger.js:157 Blocked a frame with origin "https://interactive.guim.co.uk" from accessing a frame with origin "https://www.theguardian.com". Protocols, domains, and ports must match.
The code seems to try to access parent window property:
For instance on this article, it result an error message in the console: