File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// NOTE: This script relies on the powerful chatgpt.js library @ https://chatgpt.js.org
22// © 2023–2024 KudoAI & contributors under the MIT license
33
4- ( async ( ) => {
4+ ( async ( ) => { /* global chatgpt */
55
66 // Import LIBS
77 const { config, settings } = await import ( chrome . runtime . getURL ( 'lib/settings.js' ) )
Original file line number Diff line number Diff line change 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/*
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' ) ;
You can’t perform that action at this time.
0 commit comments