Skip to content

Commit 284ca2a

Browse files
committed
Added /* global chatgpt */ ↞ [auto-sync from KudoAI/chatgpt.js]
1 parent 0df9b7d commit 284ca2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt.js-greasemonkey-starter.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description A Greasemonkey template to start using chatgpt.js like a boss
44
// @author chatgpt.js
55
// @namespace https://chatgpt.js.org
6-
// @version 2024.10.11
6+
// @version 2024.11.14
77
// @license MIT
88
// @match *://chatgpt.com/*
99
// @match *://chat.openai.com/*
@@ -19,7 +19,7 @@
1919

2020
// NOTE: This script relies on the powerful chatgpt.js library @ https://chatgpt.js.org © 2023–2024 KudoAI & contributors under the MIT license
2121

22-
(async () => {
22+
(async () => { /* global chatgpt */
2323

2424
// Init config
2525
const config = { prefix: 'chatgptScript' }; loadSetting('skipAlert');

0 commit comments

Comments
 (0)