Advertisement
Chriser_

Untitled

Apr 26th, 2023 (edited)
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function getQueryString(pfurl) {
  2.   const url_string = window.location.href;
  3.   const url = new URL(url_string);
  4.   return url.searchParams.get(pfurl);
  5. }
  6. location.href=getQueryString('pfurl')
  7. location.replace(getQueryString('pfurl'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement