GitCode自动重定向到GitHub, 拒绝赤石
帮你修改一下代码,实测有效
function exec() {
let target = "https://gitcode.com/Gitcode-offical-team/GitCode-Docs/issues/198"
if (window.location.href == target){
return;
}
alert("傻逼GitCode");
if (window.location.pathname == "/") {
window.location.href = target
} else {
let remove = window.location.pathname.replace('/overview',''); // 删除地址栏中的"/overview"
window.location.href = "https://github.com" + remove;
}
}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
现在 GitCode 改用随机字符串命名,找不到原作者信息