We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f2370 commit 13a7455Copy full SHA for 13a7455
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.1.20.3
+// @version 2025.2.1
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.5.0/dist/chatgpt.min.js
+// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.6.0/dist/chatgpt.min.js
12
// @grant GM_getValue
13
// @grant GM_setValue
14
// @noframes
0 commit comments