Anonymous asked:
how do you set your blog to redirect automatically to your x tag? I know you answered this quite recently and I looked through your posts and couldn't find the response so sorry if you have to answer this again :/
deconsecration-deactivated20170 said:

oh sorry, I tend to delete posts after a while! here’s the code, just chuck it under the <head> tag

<script type="text/javascript">
if(location.href == 'http://YOUR URL.tumblr.com')
location.replace('/tagged/x');;
</script>


#ref