Music47ell
3/6/2020 - 7:58 PM

Execute code in single page only

var is_root = location.pathname !== "/";
if (is_root) {
      console.log("yaaaay");
}