skylight_animation

Replace Domain - Advance Redirect | JavaScript

Sep 12th, 2025
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.17 KB | Source Code | 0 0
  1. let currentUrl = window.location.href;
  2. let newUrlRedirect = currentUrl.replace('old-domain.com', 'new-domain.com').toLowerCase();
  3. window.location.assign(newUrlRedirect);
Advertisement
Add Comment
Please, Sign In to add comment