console.log('BPPXLF init'); var curURL = window.location.href; document.querySelector('body').insertAdjacentHTML('beforeend', ''); function checkURLchange(){ //console.log('BPPXLF check'); if(window.location.href != curURL){ console.log('BPPXLF exec'); curURL = window.location.href; document.querySelector('#bppxlf').setAttribute('src', 'https://betterplan.app/px/ngn/?p=' + encodeURIComponent(curURL)); } } setInterval(checkURLchange, 500);