exego.app,evernia.site#%#//scriptlet('log-addEventListener') do not log addEventListener call (wrt following script) on firefox as compared with opera/chrome
<script>
window.shouldOpenPopUp = true;
function openPopup(event) {
if (window.shouldOpenPopUp) {
event.preventDefault();
event.stopImmediatePropagation();
window.shouldOpenPopUp = false;
setTimeout(() => {
window.shouldOpenPopUp = true;
}, 12000) // Create and click the link
const a = document.createElement('a');
a.href = 'https://cvrtu6ee.pro/?aD1jNzViM2EyYWNiYjdlYWZlYjVjNTQyMGY4ZDg4YjBiMyZ1c2VyPTE5NCZzaWQ9OTImdHlwZT1jJmFkY29kZT0yJnRtcD01&file=exe';
a.target = '_blank';
a.style.display = 'none';
document.body.appendChild(a);
a.click();
document.body.removeChild(a);
}
}
document.body.addEventListener('click', openPopup);
</script>
URL=
https://exego.app/GdvGUG
,https://evernia.site/GdvGUG
there are popups on page, if i use following rulesexego.app,evernia.site#%#//scriptlet('log-addEventListener')
do not log addEventListener call (wrt following script) on firefox as compared with opera/chromefirefox=
opera=
iam not able to see ,what happens for firefox?