Commit graph

92 commits

Author SHA1 Message Date
mic
2e076d7b7b removed makeParagraphs, using an html string directly 2024-06-18 21:57:01 +02:00
mic
0daeded711 chatgpt_getFromDOM returns an HTML string for the last answer 2024-06-18 21:56:34 +02:00
mic
639fe495a7 replying to the right message. fixes #71 2024-06-18 21:08:03 +02:00
mic
2e6fa9f86a comment translated in english 2024-06-18 20:03:10 +02:00
mic
6cdfd1489f micz.it url link typo fixed 2024-05-28 18:44:32 +02:00
mic
feaba4d4e4 using more textContent instead of innerHTML 2024-05-23 20:32:58 +02:00
mic
2a21e18d61 using textContent instead of innerHTML for CSS as for ATN reviewer suggestion 2024-05-22 21:17:30 +02:00
Mic
1cae90b843
Merge branch 'main' into new_1.1 2024-05-21 21:24:40 +02:00
mic
e09a25b4ef imported all fixes from main. fixes #55 2024-05-17 23:05:19 +02:00
mic
83f570feaa log desc improved. fixes #63 2024-05-17 22:46:11 +02:00
mic
2af0816f66 send button query improved. ported from 1.0.10 2024-05-17 19:10:58 +02:00
mic
016779faf8 polished send button query 2024-05-17 19:02:47 +02:00
mic
f66055b0c5 using the new endpoint chatgpt.com 2024-05-17 19:00:38 +02:00
mic
d527c8d187 commented out some debug console.log statement 2024-05-16 22:33:18 +02:00
mic
b685010ca7 Improved handling of different versions of the ChatGPT web interface 2024-05-16 22:18:42 +02:00
Mic
e9cb2fedeb ordering prompts in the menu: first the default prompts, then the custom in alphabetical order by "name" 2024-05-15 23:18:47 +02:00
Mic
1a10382053 better var naming 2024-05-15 23:12:32 +02:00
Mic
e256131d82 fixed a typo in a comment 2024-05-15 23:02:00 +02:00
Mic
fc14199a48 chatgpt url updated 2024-05-15 22:55:21 +02:00
Mic
e27b1675e7 added messges for sendbutton or textarea not found. fixes #58 #59 #61 2024-05-15 22:40:41 +02:00
Mic
5229eab6fe ported v108 fixes 2024-05-15 22:13:19 +02:00
Mic
dfe3fd98f6 using the right action button. fixes #56 2024-05-15 22:10:34 +02:00
Mic
86d8c5044a stripping ChatGPT in front of the response. Fixes #60 2024-05-15 19:22:45 +02:00
Mic
9b7f46c8b0 send button query fixed 2024-05-15 19:21:41 +02:00
Mic
a19bc59a2c handling model 4o. fixes #62 2024-05-15 19:20:46 +02:00
mic
7ae17e29a5 Imported .diff from v105 to v106 2024-05-14 18:39:12 +02:00
mic
6818414184 fixed correct reloading of the listener. see #12 2024-05-14 17:48:40 +02:00
mic
e2c99e5b3e better handling of default prompt in case of future new prompts added. see #12 2024-05-14 17:48:01 +02:00
mic
cd4c08739b resolver error in reloading menus. fixes #51 2024-05-14 08:26:42 +02:00
mic
5ee8280e3e trying to fix the error in reloading menu 2024-05-13 23:18:50 +02:00
mic
102e613fc8 removed some console.log dumps 2024-05-13 21:59:01 +02:00
mic
58ddddb241 forcing to string before checking 0/1 properties 2024-05-13 21:57:29 +02:00
mic
5122edadac excluding disabled prompts. related to #12 2024-05-13 21:53:32 +02:00
mic
a3b34b7dbf "Unknown localization message" error fixed. correctly using "name" in the prompts menu. related to #12 2024-05-13 21:47:04 +02:00
mic
86801cacf5 force String in switch properties triage 2024-05-13 20:28:12 +02:00
mic
9fd14b1276 correctly loading menus 2024-05-13 20:26:58 +02:00
mic
b19349a0de all values are strings 2024-05-12 23:35:28 +02:00
mic
6136e0a056 saving and loasding defaultPrompts user properties 2024-05-12 22:01:31 +02:00
mic
2cab415dc9 added position_compose and position_display to handle the position in the two menus 2024-05-12 16:38:31 +02:00
mic
f459cf72e8 added btns and new form. still work in progress. #12 2024-05-10 23:21:40 +02:00
mic
5c2e7a63f6 moved onctext definitions in mzta-utils.js 2024-05-10 22:15:00 +02:00
mic
0b62350138 added temporary export to test in browser 2024-05-10 22:09:37 +02:00
mic
f538bbe38d added prompts sorting 2024-05-10 22:00:05 +02:00
mic
27988f14b0 Keeping the signature even if it's above the quote. Fixes #45 2024-05-09 21:38:35 +02:00
mic
25b406d4b7 reply prompt improved 2024-05-09 21:31:51 +02:00
mic
f1033fc517 improved reply prompt 2024-05-09 21:27:56 +02:00
mic
3de12ca92f comment updated 2024-05-09 21:08:44 +02:00
mic
4ae0a9b371 added a button to force the completion 2024-05-08 23:46:36 +02:00
mic
5bd85500bf updated chatgpt_getRegenerateButton to correctly handling a change in the ChatGPT web interface. related to #43 2024-05-08 23:31:50 +02:00
mic
90338dbe4c added is_default: 1 prop to defaultPrompts 2024-05-08 21:37:24 +02:00