if (document.URL.indexOf("/testurl/") != -1);
if обрабатывает пустую операцию, все что дальше уже вне iffunction show () {
if (document.URL.indexOf("/testurl/") != -1){
modal.style.display = "block";
}
}
btn.onclick = function() {
modal.style.display = "none";
}