I get the a \"ReferenceError: document is not defined\" while trying to
var body = document.getElementsByTagName(\"body\")[0];
I have seen
Try adding the script element just before the /body tag like that
Next