const botId = 'easyrecrue-bot-plugin'; if (document.getElementById(botId) == null) { var script = document.createElement('script'); script.id = botId; script.src = "https:\/\/bot.easyrecrue.com\/js\/vendor\/plugin.js?v=2.86.0"; script.onload = function() { const myBot = new Bot("a0f87c35-3e52-fe25-c6cd-992d094e08f3"); }; document.getElementsByTagName('head')[0].appendChild(script); }