From 0eeb41b0e19f67254489a019d8541e79395ae5d3 Mon Sep 17 00:00:00 2001 From: nite Date: Thu, 11 Jun 2026 17:35:20 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20423down-vip.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 423down-vip.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/423down-vip.js b/423down-vip.js index e740b17..567b1a7 100644 --- a/423down-vip.js +++ b/423down-vip.js @@ -4,7 +4,7 @@ // @author Nite // @homepageURL https://www.nite07.com/ // @match https://www.423down.com/*.html -// @connect 423.nite07.com +// @connect 423proxy-worker.nite07file.workers.dev // @connect *.nite07.com // @grant GM_xmlhttpRequest // @run-at document-end @@ -14,7 +14,7 @@ (function () { "use strict"; - const API_ORIGIN = "https://423.nite07.com"; + const API_ORIGIN = "https://423proxy-worker.nite07file.workers.dev"; const ARTICLE_PATH_RE = /^\/(\d+)\.html$/; const articleID = getArticleID(window.location.pathname);