From 150b980be94d72b412b0416739d20234cd7d5324 Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Fri, 20 Sep 2024 01:12:33 +0000 Subject: [PATCH] =?UTF-8?q?Renamed=20`amLabel`=20to=20`aboutLabel`=20for?= =?UTF-8?q?=20readability=20=E2=86=9E=20[auto-sync=20from=20`adamlui/users?= =?UTF-8?q?cripts`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- greasemonkey/chatgpt-auto-refresh.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/greasemonkey/chatgpt-auto-refresh.user.js b/greasemonkey/chatgpt-auto-refresh.user.js index 415c38b..6c28e8c 100644 --- a/greasemonkey/chatgpt-auto-refresh.user.js +++ b/greasemonkey/chatgpt-auto-refresh.user.js @@ -220,7 +220,7 @@ // @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT. // @author Adam Lui // @namespace https://github.com/adamlui -// @version 2024.9.19 +// @version 2024.9.19.1 // @license MIT // @match *://chatgpt.com/* // @match *://chat.openai.com/* @@ -395,8 +395,8 @@ }}})) // Add About entry - const amLabel = `💡 ${ msgs.menuLabel_about || 'About' } ${ msgs.appName || app.name }` - menu.ids.push(GM_registerMenuCommand(amLabel, modals.about.show)) + const aboutLabel = `💡 ${ msgs.menuLabel_about || 'About' } ${ msgs.appName || app.name }` + menu.ids.push(GM_registerMenuCommand(aboutLabel, modals.about.show)) }, refresh() {