We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0a238 commit e5227beCopy full SHA for e5227be
chatgpt.js-greasemonkey-starter.user.js
@@ -3,12 +3,12 @@
3
// @description A Greasemonkey template to start using chatgpt.js like a boss
4
// @author chatgpt.js
5
// @namespace https://chatgpt.js.org
6
-// @version 2025.2.10
+// @version 2025.2.11
7
// @license MIT
8
// @icon https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@1fc50da/starters/greasemonkey/assets/images/icons/robot/icon48.png
9
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@1fc50da/starters/greasemonkey/assets/images/icons/robot/icon64.png
10
// @match *://chatgpt.com/*
11
-// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.6.1/dist/chatgpt.min.js
+// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.6.2/dist/chatgpt.min.js
12
// @grant GM_getValue
13
// @grant GM_setValue
14
// @noframes
0 commit comments