Commit Graph

118 Commits

Author SHA1 Message Date
Joseph Nahm
c731c5316d Ensure globals.js is loaded prior to execution of dependent scripts
This commit prevents a race condition that causes global variables
defined in globals.js to be inaccessible to the other content scripts
2024-04-08 22:20:57 -07:00
qcrao
f2128e045b fix conversation selector 2024-04-08 12:51:42 +08:00
qcrao
b265d3b2e3 refresh after remove checkboxes 2024-01-12 17:09:40 +08:00
qcrao
94ca5ca592 Merge pull request #14 from qcrao/qcrao_fix_plus
optmise when click title to add checkbox
2024-01-12 10:51:55 +08:00
qcrao
1d18a6a993 optmise when click title to add checkbox 2024-01-12 10:48:51 +08:00
qcrao
e254fd1f21 Merge pull request #13 from qcrao/qcrao_fix_plus
replace click with hover
2024-01-10 11:22:14 +08:00
qcrao
ee23c68601 replace click with hover 2024-01-10 11:21:40 +08:00
qcrao
28d0f7b162 Merge pull request #12 from qcrao/qcrao_fix_plus
opt user experience
2023-11-17 17:42:30 +08:00
qcrao
25096861d6 opt user experience 2023-11-17 17:31:32 +08:00
qcrao
7e98af0995 Merge pull request #11 from qcrao/qcrao_fix_plus
Qcrao fix plus
2023-11-17 14:55:26 +08:00
qcrao
fb20c480d4 support both plus user and common users 2023-11-17 14:53:38 +08:00
qcrao
ea7e23a765 fix, wip 2023-11-17 00:27:33 +08:00
qcrao
0ccf1dbb39 [commission]fix delete button bug with delay 2023-10-20 14:55:52 +08:00
qcrao
44336fa758 delete some unused files 2023-10-20 12:30:10 +08:00
qcrao
f0d9878a94 add Sponsor button 2023-10-20 11:33:13 +08:00
qcrao
1f236564d6 fix: Preserve delete button on the first conversation
Adjusted the bulk delete function to ensure the delete button remains on the first selected conversation, while allowing deletion for subsequent conversations.
2023-10-20 08:25:56 +08:00
qcrao
5df5c68183 fix selector bug when new conversation appears 2023-10-19 23:37:39 +08:00
qcrao
9b9406a22d fix redefied bug 2023-10-19 20:17:57 +08:00
qcrao
b760a1837b Optimize bulk deletion flow and handle UI residuals
- Check for existing delete button before initiating deletion.
- Remove lingering delete button from DOM if present.
- Ensure sequential deletion of selected conversations.
2023-10-19 17:21:59 +08:00
qcrao
42fc405595 add delay after click delete button 2023-10-12 18:12:19 +08:00
qcrao
2a598ec8e6 opt can not found delete confirm button 2023-10-09 14:48:20 +08:00
qcrao
244a846b66 [commission]version 2.6 2023-10-04 17:04:10 +08:00
qcrao
38b5d3a0c5 fix conversation selection 2023-10-04 17:02:01 +08:00
qcrao
52b7abfbdc Merge branch 'master' of github.com:qcrao/bulk-delete-chatGPT 2023-09-15 14:53:00 +08:00
qcrao
4a266a0e2a update delay to 300ms between deletes 2023-09-15 14:52:02 +08:00
qcrao
67a98d508b Merge pull request #7 from hedongshu/v2.4
V2.4
2023-09-15 14:46:47 +08:00
qcrao
c28c8dff67 Merge branch 'master' into v2.4 2023-09-15 14:45:46 +08:00
hds
58613a5873 feat: v2.4 2023-09-15 14:25:08 +08:00
HDS
71eb8e4817 Update bulkDeleteConversations.js 2023-09-15 14:18:17 +08:00
HDS
ea33bda197 Update manifest.json
Update manifest.json
2023-09-15 14:17:11 +08:00
HDS
879eb2103c Update addCheckboxes.js
feat: 改用css层级选择器,而不是具体的class列表
2023-09-15 14:16:23 +08:00
qcrao
eb6fd78878 v2.3 2023-09-15 12:40:49 +08:00
qcrao
80f7075bfe Merge pull request #6 from hedongshu/patch-1
Update bulkDeleteConversations.js
2023-09-15 12:35:10 +08:00
HDS
1e9b650da5 Update bulkDeleteConversations.js
update queryselecter
2023-09-15 11:26:26 +08:00
qcrao
72d3b56091 fix delay bug 2023-09-11 17:38:29 +08:00
qcrao
703544c34a feat: update to v2.1 2023-09-04 17:53:53 +08:00
qcrao
04ad5b6d30 add delay after delete one conversation 2023-09-03 23:01:33 +08:00
qcrao
3a8f1268bc rename bulk delete button 2023-09-02 20:39:21 +08:00
qcrao
eb9a6e48c2 v2.0 2023-09-02 17:21:23 +08:00
qcrao
18c0cb9d4c refactor: addcheckbox & delconversations 2023-09-02 17:08:41 +08:00
qcrao
d3fabed905 refactor bulk delete js 2023-08-26 00:51:21 +08:00
qcrao
f6c455a9f4 refactor add checkbox logic 2023-08-26 00:00:56 +08:00
qcrao
186afaaa6b fix: do not work after openai updates 2023-08-21 23:48:19 +08:00
qcrao
7f7fed5e85 fix delete button select 2023-05-28 17:27:52 +08:00
qcrao
e0f8e8be93 Merge pull request #2 from heltonricardo/master
Added Toggle Checkbox Functionality to ChatGPT Site Extension
2023-05-20 22:41:33 +08:00
Helton Ricardo
ebbfba0f4d fix: toggle button style 2023-05-20 10:20:09 -03:00
Helton Ricardo
dd68fe3180 chore: updating version 2023-05-20 10:19:44 -03:00
heltonricardo
1b5b52f3e3 feat: add toggle checkbox functionality 2023-05-19 09:20:08 -03:00
bob.rao
43b660d4dc version 1.1 2023-04-26 13:18:26 +08:00
bob.rao
5f15574e2c modify selector 2023-04-26 13:15:35 +08:00