revert 更新 423down-vip.js
This commit is contained in:
2026-06-12 04:12:32 +00:00
parent 0eeb41b0e1
commit dbf73aa18a
+2 -2
View File
@@ -4,7 +4,7 @@
// @author Nite // @author Nite
// @homepageURL https://www.nite07.com/ // @homepageURL https://www.nite07.com/
// @match https://www.423down.com/*.html // @match https://www.423down.com/*.html
// @connect 423proxy-worker.nite07file.workers.dev // @connect 423.nite07.com
// @connect *.nite07.com // @connect *.nite07.com
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @run-at document-end // @run-at document-end
@@ -14,7 +14,7 @@
(function () { (function () {
"use strict"; "use strict";
const API_ORIGIN = "https://423proxy-worker.nite07file.workers.dev"; const API_ORIGIN = "https://423.nite07.com";
const ARTICLE_PATH_RE = /^\/(\d+)\.html$/; const ARTICLE_PATH_RE = /^\/(\d+)\.html$/;
const articleID = getArticleID(window.location.pathname); const articleID = getArticleID(window.location.pathname);