JohnPaulDesign
5/17/2019 - 12:14 PM

Check if url has specific string

if (document.location.href.indexOf('abc') > -1 ) {
    // Do something
}