We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
KudoAI/chatgpt.js
1 parent 671a6ca commit 8832cccCopy full SHA for 8832ccc
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 2024.3.18
+// @version 2024.4.4
7
// @license MIT
8
// @match https://chat.openai.com/*
9
// @icon https://raw.githubusercontent.com/KudoAI/chatgpt.js-greasemonkey-starter/main/media/images/icons/robot/icon48.png
10
// @icon64 https://raw.githubusercontent.com/KudoAI/chatgpt.js-greasemonkey-starter/main/media/images/icons/robot/icon64.png
11
-// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.7/dist/chatgpt.min.js
+// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js
12
// @grant GM_getValue
13
// @grant GM_setValue
14
// @noframes
0 commit comments