var strURL = window.location.href; if (strURL.indexOf("route=account/mpmultivendor/product/edit") !== -1 || strURL.indexOf("route=catalog/product/edit") !== -1) { console.log("[Skip Comments] The URL of this page is: " + strURL); } else { console.log("[Load Comments] The URL of this page is: " + strURL); document.writeln(""); }