From 5b96291f53b4dabd3508915035b52c8ea48d3d8b Mon Sep 17 00:00:00 2001 From: Movix <178902026+MysticSaba-max@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:15:40 +0200 Subject: [PATCH] Nouvelle adresse movix --- extension/Chrome/background.js | 7 ++++--- extension/Chrome/extractors.js | 2 +- extension/Chrome/manifest.json | 6 ++++-- extension/Chrome/popup.html | 4 ++-- extension/Firefox/background.js | 7 ++++--- extension/Firefox/extractors.js | 2 +- extension/Firefox/manifest.json | 2 +- extension/Firefox/popup.html | 4 ++-- userscript/movix.user.js | 15 ++++++++++----- 9 files changed, 29 insertions(+), 20 deletions(-) diff --git a/extension/Chrome/background.js b/extension/Chrome/background.js index 1908449..e216714 100644 --- a/extension/Chrome/background.js +++ b/extension/Chrome/background.js @@ -7,7 +7,7 @@ const LIVETV_EMBED_REFERER = LIVETV_BASE_URL; // Dev override: when the requesting page is localhost (Vite dev on :3000), // talk to the local backend (:25565) instead of prod. Set per-message from // the sender origin (see maybeUseLocalApi in the onMessage listener below). -const PROD_API_BASE_URL = "https://api.movix.chat"; +const PROD_API_BASE_URL = "https://api.movix.date"; const LOCAL_API_BASE_URL = "http://localhost:25565"; let API_BASE_URL = PROD_API_BASE_URL; @@ -135,6 +135,7 @@ async function setupRules() { "movix.club", "movix.chat", "movix.golf", + "movix.date", ], resourceTypes: [ "xmlhttprequest", @@ -496,8 +497,8 @@ function handleDetectEmbeds(payload) { function buildBackendApiHeaders(accessKey, extraHeaders = {}) { const headers = { Accept: "application/json", - Origin: "https://movix.chat", - Referer: "https://movix.chat/", + Origin: "https://movix.date", + Referer: "https://movix.date/", ...extraHeaders, }; diff --git a/extension/Chrome/extractors.js b/extension/Chrome/extractors.js index 61c466e..e5de670 100644 --- a/extension/Chrome/extractors.js +++ b/extension/Chrome/extractors.js @@ -5,7 +5,7 @@ */ // ===== Configuration ===== -const PROXY_BASE = 'https://proxiesembed.movix.cash'; +const PROXY_BASE = 'https://proxiesembed.movix.date'; // AES constants for SeekStreaming (embed4me) const SEEKSTREAMING_AES_KEY_HEX = '6b69656d7469656e6d7561393131636131323334353637383930'; diff --git a/extension/Chrome/manifest.json b/extension/Chrome/manifest.json index 078556f..dca878e 100644 --- a/extension/Chrome/manifest.json +++ b/extension/Chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Movix Proxy Extension", - "version": "1.3.7", + "version": "1.3.8", "description": "Extension proxy pour Live TV Movix - Contourne CORS, injecte les headers et extrait les sources Nexus", "icons": { "16": "movix.png", @@ -47,7 +47,9 @@ "*://movix.golf/*", "*://*.movix.golf/*", "*://movix.chat/*", - "*://*.movix.chat/*" + "*://*.movix.chat/*", + "*://movix.date/*", + "*://*.movix.date/*" ] }, "web_accessible_resources": [ diff --git a/extension/Chrome/popup.html b/extension/Chrome/popup.html index 61a023f..bcb8da1 100644 --- a/extension/Chrome/popup.html +++ b/extension/Chrome/popup.html @@ -424,7 +424,7 @@
- + Configurer →
@@ -456,7 +456,7 @@
- + Configurer →
@@ -456,7 +456,7 @@