refresh after remove checkboxes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "ChatGPT Bulk Delete",
|
"name": "ChatGPT Bulk Delete",
|
||||||
"version": "4.2",
|
"version": "4.3",
|
||||||
"description": "A Chrome extension to bulk delete ChatGPT conversations",
|
"description": "A Chrome extension to bulk delete ChatGPT conversations",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icon48.png"
|
"48": "icon48.png"
|
||||||
|
|||||||
@@ -3,5 +3,7 @@
|
|||||||
removeConversationCheckboxes.forEach(checkbox => {
|
removeConversationCheckboxes.forEach(checkbox => {
|
||||||
checkbox.remove();
|
checkbox.remove();
|
||||||
});
|
});
|
||||||
|
// 在移除所有复选框后刷新页面
|
||||||
|
location.reload();
|
||||||
})();
|
})();
|
||||||
|
|
||||||
Reference in New Issue
Block a user