去你的GitCode

GitCode自动重定向到GitHub, 拒绝赤石

< 去你的GitCode 피드백으로 돌아가기

질문/댓글

§
게시: 2024-06-30

现在 GitCode 改用随机字符串命名,找不到原作者信息

§
게시: 2024-06-30

帮你修改一下代码,实测有效

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;
  }
}

답글 게시

답글을 게시하려면 로그인하세요.