Kingdaro

redirection

Jul 26th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.11 KB | None | 0 0
  1. <script>
  2.     if (window.location.pathname == '/'){
  3.         window.location.pathname = '/tagged/story/'
  4.     }
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment