Closed OldPanda closed 10 months ago
问题来源: https://greasyfork.org/zh-CN/scripts/412612-open-the-f-king-url-right-now/discussions/204974
临时解决方法是在 redirect 函数跳转之前加上
if (trueURL.endsWith('/')) { trueURL = trueURL.slice(0, -1); // 多了个 slice(0, -1) 以避免未曾预料的 / 的自动添加 }
就是 258 行后面
未在原贴中得到有效反馈,暂时关闭
问题来源: https://greasyfork.org/zh-CN/scripts/412612-open-the-f-king-url-right-now/discussions/204974
临时解决方法是在 redirect 函数跳转之前加上
就是 258 行后面