From 3215809e7a0e9f08afb72042bfc406ce34cec04f Mon Sep 17 00:00:00 2001 From: Mic Date: Fri, 17 May 2024 22:35:56 +0200 Subject: [PATCH 1/5] Added ThunderAI to "Made with chatgpt.js" list --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 80f81f562..a59845a73 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,13 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3 [Readme](https://docs.googlegpt.io/#readme) / [Discuss](https://github.googlegpt.io/discussions) +### [ThunderAI](https://micz.it/thunderdbird-addon-thunderai/) + +> Use ChatGPT in Thunderbird to enhance you emails, even with a free account! +
[Install](https://addons.thunderbird.net/it/thunderbird/addon/thunderai/) / +[Readme](https://micz.it/thunderdbird-addon-thunderai/) / +[Support](https://github.com/micz/ThunderAI/issues) +


From 612ee71b76414fb270f70025bde3a837208f6bd3 Mon Sep 17 00:00:00 2001 From: Mic Date: Fri, 17 May 2024 22:39:29 +0200 Subject: [PATCH 2/5] Added ThunderAI to "Made with chatgpt.js" list - Italiano --- docs/it/README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/it/README.md b/docs/it/README.md index 5496a06e9..a74af39ba 100644 --- a/docs/it/README.md +++ b/docs/it/README.md @@ -45,7 +45,7 @@ [![](https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=Stelle&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/stargazers) [![](https://img.shields.io/badge/Licenza-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge)](LICENSE.md) [![](https://img.shields.io/github/commit-activity/m/KudoAI/chatgpt.js?label=Commette&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/commits/main) -[![](https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v2.9.1&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/tree/v2.9.1/dist/chatgpt.min.js) +[![](https://img.shields.io/github/size/KudoAI/chatgpt.js/dist/chatgpt.min.js?branch=v2.9.2&label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/tree/v2.9.2/dist/chatgpt.min.js) [![](https://img.shields.io/codefactor/grade/github/kudoai/chatgpt.js?label=Qualità+del+Codice&logo=codefactor&logoColor=white&labelColor=464646&color=1acc6c&style=for-the-badge)](https://www.codefactor.io/repository/github/kudoai/chatgpt.js) [![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dkudoai_chatgpt.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilità&color=gold)](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js) [![](https://img.shields.io/badge/Menzionato_in-Awesome-cca8c4?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/sindresorhus/awesome-chatgpt#javascript) @@ -83,7 +83,7 @@ ```js (async () => { - await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.9.1/dist/chatgpt.min.js'); + await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.9.2/dist/chatgpt.min.js'); // Il tuo codice qui... })(); ``` @@ -92,7 +92,7 @@ ```js var xhr = new XMLHttpRequest(); -xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.9.1/dist/chatgpt.min.js'); +xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.9.2/dist/chatgpt.min.js'); xhr.onload = function () { if (xhr.status === 200) { var chatgptJS = document.createElement('script'); @@ -114,7 +114,7 @@ function yourCode() { ```js ... -// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.9.1/dist/chatgpt.min.js +// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.9.2/dist/chatgpt.min.js // ==/UserScript== // Il tuo codice qui... @@ -189,7 +189,7 @@ chatgpt.get('reply', 'last'); Ogni chiamata ritorna ugualmente l'ultima risposta di ChatGPT. Se pensi che funzioni, probabilmente lo farà... quindi scrivilo! -In caso contrario, consulta la [guida per l'utente](https://github.com/KudoAI/chatgpt.js/blob/v2.9.1/docs/USERGUIDE.md) estesa o invia semplicemente un [problema](https://github.com/KudoAI/chatgpt.js/issues) o [PR](https://github.com/KudoAI/chatgpt.js/pulls) e sarà integrato, facile! +In caso contrario, consulta la [guida per l'utente](https://github.com/KudoAI/chatgpt.js/blob/v2.9.2/docs/USERGUIDE.md) estesa o invia semplicemente un [problema](https://github.com/KudoAI/chatgpt.js/issues) o [PR](https://github.com/KudoAI/chatgpt.js/pulls) e sarà integrato, facile! @@ -245,6 +245,13 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3 [Readme](https://docs.googlegpt.io/#readme) / [Discutere करना](https://github.googlegpt.io/discussions) +### [ThunderAI](https://micz.it/thunderdbird-addon-thunderai/) + +> Usa ChatGPT in Thunderbird per migliorare le tue email, anche con un account gratuito! +
[Installazione](https://addons.thunderbird.net/it/thunderbird/addon/thunderai/) / +[Readme](https://micz.it/thunderdbird-addon-thunderai/) / +[Supporto](https://github.com/micz/ThunderAI/issues) +


@@ -335,7 +342,7 @@ Questa libreria esiste grazie al codice, alle traduzioni, alle issues e alle ide

**[Versioni](https://github.com/KudoAI/chatgpt.js/releases)** / -[Guida per l'utente](https://github.com/KudoAI/chatgpt.js/blob/v2.9.1/docs/USERGUIDE.md) / +[Guida per l'utente](https://github.com/KudoAI/chatgpt.js/blob/v2.9.2/docs/USERGUIDE.md) / [Discutere](https://github.com/KudoAI/chatgpt.js/discussions) / Torna all'inizio ↑ From 8a3716e9f68772c86dfbafa32d48a4927048099f Mon Sep 17 00:00:00 2001 From: Mic Date: Fri, 17 May 2024 22:40:55 +0200 Subject: [PATCH 3/5] README.md Italiano improved --- docs/it/README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/it/README.md b/docs/it/README.md index a74af39ba..2c22d55df 100644 --- a/docs/it/README.md +++ b/docs/it/README.md @@ -206,50 +206,50 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3 ### [Cancella Cronologia ChatGPT](https://autoclearchatgpt.com)   > Cancella automaticamente la cronologia delle chat di ChatGPT per la massima privacy. -
[Installa](https://docs.autoclearchatgpt.com/#-installation) / -[Readme](https://docs.autoclearchatgpt.com/#readme) / -[Discutere](https://github.autoclearchatgpt.com/discussions) +
[Installazione](https://docs.autoclearchatgpt.com/#-installation) / +[Leggimi](https://docs.autoclearchatgpt.com/#readme) / +[Discussione](https://github.autoclearchatgpt.com/discussions) ### [BraveGPT](https://bravegpt.com)   > Mostra le risposte di ChatGPT nella barra laterale di Brave Search (basato su GPT-4!) -
[Installa](https://docs.bravegpt.com/#-installation) / -[Readme](https://docs.bravegpt.com/#readme) / -[Discutere](https://github.bravegpt.com/discussions) +
[Installazione](https://docs.bravegpt.com/#-installation) / +[Leggimi](https://docs.bravegpt.com/#readme) / +[Discussione](https://github.bravegpt.com/discussions) ### [ChatGPT Auto-Continua ⏩](https://chatgptautocontinue.com)   > Continua automaticamente a generare più risposte di ChatGPT. -
[Installa](https://docs.chatgptautocontinue.com/#-installation) / -[Readme](https://docs.chatgptautocontinue.com/#readme) / -[Discutere](https://github.chatgptautocontinue.com/discussions) +
[Installazione](https://docs.chatgptautocontinue.com/#-installation) / +[Leggimi](https://docs.chatgptautocontinue.com/#readme) / +[Discussione](https://github.chatgptautocontinue.com/discussions) ### [ChatGPT Aggiornamento Automatico ↻](https://chatgptautorefresh.com)   > Mantiene aggiornate le sessioni ChatGPT, eliminando limiti di tempo di chat + errori di rete + controlli Cloudflare. -
[Installa](https://docs.chatgptautorefresh.com/#-installation) / -[Readme](https://docs.chatgptautorefresh.com/#readme) / -[Discutere](https://github.chatgptautorefresh.com/discussions) +
[Installazione](https://docs.chatgptautorefresh.com/#-installation) / +[Leggimi](https://docs.chatgptautorefresh.com/#readme) / +[Discussione](https://github.chatgptautorefresh.com/discussions) ### [DuckDuckGPT](https://duckduckgpt.com)   > Visualizza le risposte di ChatGPT nella barra laterale di DuckDuckGo (basato su GPT-4!) -
[Installa](https://docs.ddgpt.com/#-installation) / -[Readme](https://docs.ddgpt.com/#readme) / -[Discutere](https://github.ddgpt.com/discussions) +
[Installazione](https://docs.ddgpt.com/#-installation) / +[Leggimi](https://docs.ddgpt.com/#readme) / +[Discussione](https://github.ddgpt.com/discussions) ### [GoogleGPT](https://googlegpt.io)   > Visualizza le risposte di ChatGPT nella barra laterale di Google Search (basato su GPT-4!) -
[Installa](https://greasyfork.org/scripts/478597-googlegpt) / -[Readme](https://docs.googlegpt.io/#readme) / +
[Installazione](https://greasyfork.org/scripts/478597-googlegpt) / +[Leggimi](https://docs.googlegpt.io/#readme) / [Discutere करना](https://github.googlegpt.io/discussions) ### [ThunderAI](https://micz.it/thunderdbird-addon-thunderai/) > Usa ChatGPT in Thunderbird per migliorare le tue email, anche con un account gratuito!
[Installazione](https://addons.thunderbird.net/it/thunderbird/addon/thunderai/) / -[Readme](https://micz.it/thunderdbird-addon-thunderai/) / +[Leggimi](https://micz.it/thunderdbird-addon-thunderai/) / [Supporto](https://github.com/micz/ThunderAI/issues)


@@ -343,7 +343,7 @@ Questa libreria esiste grazie al codice, alle traduzioni, alle issues e alle ide **[Versioni](https://github.com/KudoAI/chatgpt.js/releases)** / [Guida per l'utente](https://github.com/KudoAI/chatgpt.js/blob/v2.9.2/docs/USERGUIDE.md) / -[Discutere](https://github.com/KudoAI/chatgpt.js/discussions) / +[Discussione](https://github.com/KudoAI/chatgpt.js/discussions) / Torna all'inizio ↑

From 064241c18a8ec68c8aebdf129cd83083365593bc Mon Sep 17 00:00:00 2001 From: Mic Date: Fri, 17 May 2024 22:41:39 +0200 Subject: [PATCH 4/5] Update README.md - ThunderAI icon fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a59845a73..ea0df77e0 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3 [Readme](https://docs.googlegpt.io/#readme) / [Discuss](https://github.googlegpt.io/discussions) -### [ThunderAI](https://micz.it/thunderdbird-addon-thunderai/) +### [ThunderAI](https://micz.it/thunderdbird-addon-thunderai/) > Use ChatGPT in Thunderbird to enhance you emails, even with a free account!
[Install](https://addons.thunderbird.net/it/thunderbird/addon/thunderai/) / From 470984f29e8361950b4c294108858c4bbab28e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Lui=20=E5=88=98=E5=B1=95=E9=B9=8F?= Date: Fri, 17 May 2024 14:16:57 -0700 Subject: [PATCH 5/5] Changed GooglGPT discuss link label to align w/ other showcase apps --- docs/it/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/it/README.md b/docs/it/README.md index d92ba98cb..c829d8c7c 100644 --- a/docs/it/README.md +++ b/docs/it/README.md @@ -243,7 +243,7 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3 > Visualizza le risposte di ChatGPT nella barra laterale di Google Search (basato su GPT-4!)
[Installazione](https://greasyfork.org/scripts/478597-googlegpt) / [Leggimi](https://docs.googlegpt.io/#readme) / -[Discutere](https://github.googlegpt.io/discussions) +[Discussione](https://github.googlegpt.io/discussions) ### [ThunderAI](https://micz.it/thunderdbird-addon-thunderai/)