From 0f92714bf152c98d934ce32e3c6e0bb48e8810ef Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Fri, 6 Dec 2024 05:55:36 -0800 Subject: [PATCH] =?UTF-8?q?Re-ordered=20meta=20for=20readability=20?= =?UTF-8?q?=E2=86=9E=20[auto-sync=20from=20https://github.com/KudoAI/chatg?= =?UTF-8?q?pt.js-greasemonkey-starter]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../greasemonkey/chatgpt.js-greasemonkey-starter.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js b/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js index 91dd8fafb..ee0930c6b 100644 --- a/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +++ b/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js @@ -3,12 +3,12 @@ // @description A Greasemonkey template to start using chatgpt.js like a boss // @author chatgpt.js // @namespace https://chatgpt.js.org -// @version 2024.11.17 +// @version 2024.12.6 // @license MIT -// @match *://chatgpt.com/* -// @match *://chat.openai.com/* // @icon https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.3.5/starters/greasemonkey/media/images/icons/robot/icon48.png // @icon64 https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.3.5/starters/greasemonkey/media/images/icons/robot/icon64.png +// @match *://chatgpt.com/* +// @match *://chat.openai.com/* // @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.3.5/dist/chatgpt.min.js // @grant GM_getValue // @grant GM_setValue