Skip to content

Commit

Permalink
Improved top init section comments for clarity ↞ [auto-sync from http…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Nov 23, 2024
1 parent 48ecadc commit 33db5e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greasemonkey/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.11.22.1
// @version 2024.11.22.2
// @license MIT
// @icon https://media.googlegpt.io/images/icons/googlegpt/black/icon48.png?8652a6e
// @icon64 https://media.googlegpt.io/images/icons/googlegpt/black/icon64.png?8652a6e
Expand Down Expand Up @@ -412,7 +412,7 @@

(async () => {

// Init APP info
// Init APP data
const app = {
name: 'GoogleGPT', symbol: '🤖', configKeyPrefix: 'googleGPT',
urls: {
Expand All @@ -431,7 +431,7 @@
app.urls.update = app.urls.greasyFork.replace('https://', 'https://update.')
.replace(/(\d+)-?([a-z-]*)$/i, (_, id, name) => `${id}/${ name || 'script' }.meta.js`)

// Init ENV info
// Init ENV context
const env = {
browser: { language: chatgpt.getUserLanguage() },
scriptManager: {
Expand Down

0 comments on commit 33db5e7

Please sign in to comment.