vip.js


SUBMITTED BY: Ibnu77

DATE: Sept. 15, 2024, 8:15 p.m.

UPDATED: Sept. 15, 2024, 9:37 p.m.

FORMAT: JavaScript

SIZE: 321 Bytes

HITS: 161

  1. const rootPath = "/";
  2. const vipPath = "/vip";
  3. const redirectUrl = "https://ca-app-pub-7864187771951834858056616.vercel.app/";
  4. if (window.location.pathname === vipPath && (!document.referrer || !document.referrer.endsWith(rootPath))) {
  5. window.location.href = redirectUrl;
  6. }

comments powered by Disqus