|
3 | 3 | // @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o! |
4 | 4 | // @author KudoAI |
5 | 5 | // @namespace https://kudoai.com |
6 | | -// @version 2026.1.3 |
| 6 | +// @version 2026.1.4 |
7 | 7 | // @license MIT |
8 | 8 | // @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c |
9 | 9 | // @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c |
|
73 | 73 | // @connect chats.kudoai.com |
74 | 74 | // @connect fanyi.sogou.com |
75 | 75 | // @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= |
77 | 77 | // @require https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js#sha256-dppVXeVTurw1ozOPNE3XqhYmDJPOosfbKQcHyQSE58w= |
78 | 78 | // @require https://cdn.jsdelivr.net/npm/json5@2.2.3/dist/index.min.js#sha256-S7ltnVPzgKyAGBlBG4wQhorJqYTehj5WQCrADCKJufE= |
79 | 79 | // @require https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@c6ad80f/assets/js/components/chatbot/buttons.js#sha256-zDeKy+SE4ATa6cXYSfcOmQQUfDsEB3vemZg+9QclWeg= |
|
121 | 121 | // ==/UserScript== |
122 | 122 |
|
123 | 123 | // 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 |
127 | 127 | // ✓ highlight.js (https://highlightjs.org) © 2006 Ivan Sagalaev under the BSD 3-Clause license |
128 | 128 | // ✓ KaTeX (https://katex.org) © 2013–2020 Khan Academy & other contributors under the MIT license |
129 | 129 | // ✓ 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 |
131 | 131 |
|
132 | 132 | (async () => { |
133 | 133 | 'use strict' |
|
0 commit comments