gpt4 book ai didi

html - 我如何重定向特定的 tumblr 页面?

转载 作者:搜寻专家 更新时间:2023-10-31 02:25:17 24 4
gpt4 key购买 nike

每次访问该页面时,我都想将“http://iancalimbahin.tumblr.com”重定向到“http://iancalimbahin.tumblr.com/home”。但是当我打开其他页面,如“/tagged/DigitalArts”、“/tagged/photos”和其他“/tagged”页面时,页面仍然重定向到“/home”。如何排除某些页面(/标记)不被重定向?

最佳答案

自定义您的 tumblelog 并尝试添加此脚本:

<script type="text/javascript">
if(location.href == 'http://iancalimbahin.tumblr.com/') location.replace('http://iancalimbahin.tumblr.com/home');;
</script>

放在<head>之后当您在 Theme 下选择 Custom HTML 时标记。

关于html - 我如何重定向特定的 tumblr 页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6288111/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com