ian*_*hin 4 html redirect tumblr
我想在每次访问页面时将"http://iancalimbahin.tumblr.com"重定向到"http://iancalimbahin.tumblr.com/home".但是当我打开其他页面,如"/ tagged/DigitalArts","/ tagged/photos"和其他"/ tagged"页面时,页面仍会重定向到"/ home".如何排除某些页面(/已标记)被重定向?
Arv*_*vin 13
自定义您的tumblelog并尝试添加此脚本:
<script type="text/javascript">
if(location.href == 'http://iancalimbahin.tumblr.com/') location.replace('http://iancalimbahin.tumblr.com/home');;
</script>
Run Code Online (Sandbox Code Playgroud)
在主题下<head>选择自定义HTML时,将其放在标记之后.