From 5e57ddb8c85f3d394b688a4ecef1c3363119be04 Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Fri, 19 Jul 2024 03:51:21 -0700 Subject: [PATCH] Bumped chatgpt.js to 3.0.1 --- .../greasemonkey/chatgpt.js-greasemonkey-starter.user.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js b/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js index 69e21a838..48bb58a2a 100644 --- a/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +++ b/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js @@ -3,13 +3,13 @@ // @description A Greasemonkey template to start using chatgpt.js like a boss // @author chatgpt.js // @namespace https://chatgpt.js.org -// @version 2024.7.19 +// @version 2024.7.19.1 // @license MIT // @match *://chatgpt.com/* // @match *://chat.openai.com/* -// @icon https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.0.0/starters/greasemonkey/media/images/icons/robot/icon48.png -// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.0.0/starters/greasemonkey/media/images/icons/robot/icon64.png -// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.0.0/dist/chatgpt.min.js +// @icon https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.0.1/starters/greasemonkey/media/images/icons/robot/icon48.png +// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.0.1/starters/greasemonkey/media/images/icons/robot/icon64.png +// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.0.1/dist/chatgpt.min.js // @grant GM_getValue // @grant GM_setValue // @noframes