javascript:(function(){ const script = document.createElement('script'); script.src = 'https://eli.li/_assets/bin/sentiment.browser.js'; script.onload = function() { analyzePage(); }; document.head.appendChild(script); })();