Skip to content

Commit

Permalink
2024-08-22
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYingYo committed Aug 22, 2024
1 parent f69d428 commit b6fc29b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chatgpt/chatgpt-enhance/chatgpt-enhance.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// @namespace Violentmonkey Scripts
// @match *://chat.openai.com/*
// @match *://chatgpt.com/*
// @version XiaoYing_2024.08.22.1
// @version XiaoYing_2024.08.22.2
// @grant GM_info
// @grant GM_getValue
// @grant GM_setValue
Expand Down Expand Up @@ -285,6 +285,7 @@ function deleteItem(id) {
if (item) {
item.hide();
}
clearInterval(globalVariable.get('deleteItem_' + id + '_loading_setInterval'));
resolve(true);
},
error: async () => {
Expand Down

0 comments on commit b6fc29b

Please sign in to comment.