From 882e86d78d47a23e331072c4083ac6cc312828c3 Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Thu, 14 Nov 2024 02:35:56 -0800 Subject: [PATCH] =?UTF-8?q?Shortened=20regex=20=E2=86=9E=20[auto-sync=20fr?= =?UTF-8?q?om=20`adamlui/ai-web-extensions/autoclear-chatgpt-history`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../autoclear-chatgpt-history.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js b/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js index 2ecd342e9..1cbc664c2 100644 --- a/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js +++ b/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js @@ -225,7 +225,7 @@ // @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com // @author Adam Lui // @namespace https://github.com/adamlui -// @version 2024.11.14 +// @version 2024.11.14.1 // @license MIT // @icon https://media.autoclearchatgpt.com/images/icons/openai/black/icon48.png?a8868ef // @icon64 https://media.autoclearchatgpt.com/images/icons/openai/black/icon64.png?a8868ef @@ -277,7 +277,7 @@ onload: resp => resolve(JSON.parse(resp.responseText)) }))) app.urls.update = app.urls.greasyFork.replace('https://', 'https://update.') - .replace(/(\d+)-?([a-zA-Z-]*)$/, (_, id, name) => `${id}/${ name || 'script' }.meta.js`) + .replace(/(\d+)-?([a-z-]*)$/i, (_, id, name) => `${id}/${ name || 'script' }.meta.js`) // Init CONFIG const config = { userLanguage: chatgpt.getUserLanguage() }