showing results for - "javascript detect page"
Rafael
09 Sep 2020
1if ( document.URL.includes("homepage.aspx") ) {
2    //Code here
3}
4