您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Stop the page from constantly redirecting / reloading / refreshing
Explanation:
Enhanced Tracking Protection in a Firefox Private Window (or Never Save History) blocks the loading of "https://squarespace.zendesk.com/auth/v2/host/without_iframe.js" (from https://support.squarespace.com/hc/en-us/signin) which is important for getting the cookies of an already logged in user. Since they are not set but javascript knows that they should be, it repeatedly attempts to get them.
Details:
When the appropriate cookies aren't submitted in a request for a help article, the HTML response includes:
<script type="text/javascript">
HelpCenter.user = {"identifier":"...","email":null,
instead of
<script type="text/javascript">
HelpCenter.user = {"identifier":"...","email":"[email protected]",
Then in one of the theme.zdassets.com js files (relevant lines extracted): (variable i comes from https://login.squarespace.com/api/1/login/auth-status)
if (u = window.HelpCenter.user).email !== i.email
t.next = 16;
case 16:
(s = xe.a.getSignInHref()) ? window.location.href = s
So as a workaround (to avoid changing my browser settings) I get it to take a different path so that I can initiate the request for cookies myself:
if (r = window.ZD_SSO_SETTINGS.internal, !at.a.isSsoEnabled()) {
t.next = 25;
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址