We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/* global chatgpt */
KudoAI/chatgpt.js
1 parent 0df9b7d commit 284ca2aCopy full SHA for 284ca2a
chatgpt.js-greasemonkey-starter.user.js
@@ -3,7 +3,7 @@
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.10.11
+// @version 2024.11.14
7
// @license MIT
8
// @match *://chatgpt.com/*
9
// @match *://chat.openai.com/*
@@ -19,7 +19,7 @@
19
20
// NOTE: This script relies on the powerful chatgpt.js library @ https://chatgpt.js.org © 2023–2024 KudoAI & contributors under the MIT license
21
22
-(async () => {
+(async () => { /* global chatgpt */
23
24
// Init config
25
const config = { prefix: 'chatgptScript' }; loadSetting('skipAlert');
0 commit comments