Guest User

Untitled

a guest
Jul 24th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. window.location = window.location.protocol + "//" + window.location.hostname +
  2. window.location.pathname + window.location.search
  3.  
  4. var url = window.location.toString();
  5. url = url.replace(/#anchor/,'');
  6. window.location = url;
  7.  
  8. window.location = window.location.protocol + "//" + window.location.hostname + window.location.hash;
  9.  
  10. window.location.pathname = '';
Add Comment
Please, Sign In to add comment