Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script> /* redirect to new url */
  2. if(window.location.href.indexOf("http://vloxxity.tk") >= -1) {
  3. window.alert(window.location.href);
  4. location.replace('http://vloxxity.de/blog' + location.pathname );
  5. window.alert(location);
  6. }
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement