Advertisement
kawaiibuu

redirection html

Dec 25th, 2013
2,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Paste this code after <head> replace YOURTAG with the tag you'd like to redirect to
  2. <script type="text/javascript">
  3. if(location.href == 'http://{Name}.tumblr.com/') location.replace('http://{Name}.tumblr.com/tagged/YOURTAG');
  4. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement