Skip to content

Commit

Permalink
Renamed amLabel to aboutLabel for readability ↞ [auto-sync from `…
Browse files Browse the repository at this point in the history
…adamlui/userscripts`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 20, 2024
1 parent 411dede commit 150b980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greasemonkey/chatgpt-auto-refresh.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 150b980

Please sign in to comment.