Skip to content

Commit 05554c9

Browse files
committed
Bumped chatgpt.js to 1.8.5 ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent a43cb03 commit 05554c9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2026.1.3
6+
// @version 2026.1.4
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -73,7 +73,7 @@
7373
// @connect chats.kudoai.com
7474
// @connect fanyi.sogou.com
7575
// @connect raw.githubusercontent.com
76-
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.8.4/dist/chatgpt.min.js#sha256-tYhvHliPyfsEyE9hTEyGudofjnp2Hpz/iWOllkm9o4w=
76+
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.8.5/dist/chatgpt.min.js#sha256-0NMJgflkEQlWbXxtN4SD+wogV6ss2TY6JAu4A0hmM0k=
7777
// @require https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js#sha256-dppVXeVTurw1ozOPNE3XqhYmDJPOosfbKQcHyQSE58w=
7878
// @require https://cdn.jsdelivr.net/npm/json5@2.2.3/dist/index.min.js#sha256-S7ltnVPzgKyAGBlBG4wQhorJqYTehj5WQCrADCKJufE=
7979
// @require https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@c6ad80f/assets/js/components/chatbot/buttons.js#sha256-zDeKy+SE4ATa6cXYSfcOmQQUfDsEB3vemZg+9QclWeg=
@@ -121,13 +121,13 @@
121121
// ==/UserScript==
122122

123123
// Dependencies:
124-
// ✓ chatgpt.js (https://chatgpt.js.org) © 2023–2025 KudoAI & contributors under the MIT license
125-
// ✓ dom.js © 2023–2025 Adam Lui under the MIT license
126-
// ✓ generate-ip (https://generate-ip.org) © 2024–2025 Adam Lui & contributors under the MIT license
124+
// ✓ chatgpt.js (https://chatgpt.js.org) © 2023–2026 KudoAI & contributors under the MIT license
125+
// ✓ dom.js © 2023–2026 Adam Lui under the MIT license
126+
// ✓ generate-ip (https://generate-ip.org) © 2024–2026 Adam Lui & contributors under the MIT license
127127
// ✓ highlight.js (https://highlightjs.org) © 2006 Ivan Sagalaev under the BSD 3-Clause license
128128
// ✓ KaTeX (https://katex.org) © 2013–2020 Khan Academy & other contributors under the MIT license
129129
// ✓ Marked (https://marked.js.org) © 2018+ MarkedJS © 2011–2018 Christopher Jeffrey under the MIT license
130-
// ✓ Tone.js (https://tonejs.github.io) © 2014–2025 Yotam Mann under the MIT license
130+
// ✓ Tone.js (https://tonejs.github.io) © 2014–2026 Yotam Mann under the MIT license
131131

132132
(async () => {
133133
'use strict'

0 commit comments

Comments
 (0)