@@ -17,7 +17,7 @@ function preventEventPropagation(event) {
|
||||
}
|
||||
|
||||
function addCheckboxes() {
|
||||
const conversationSelectors = '.flex.py-3.px-3.items-center.gap-3.relative.rounded-md';
|
||||
const conversationSelectors = 'div div span div ol li>a.flex';
|
||||
const titleSelectors = '.flex-1.text-ellipsis.max-h-5.overflow-hidden.break-all.relative';
|
||||
const conversations = document.querySelectorAll(conversationSelectors);
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "ChatGPT Bulk Delete",
|
||||
"version": "2.3",
|
||||
"version": "2.4",
|
||||
"description": "A Chrome extension to bulk delete ChatGPT conversations",
|
||||
"icons": {
|
||||
"48": "icon48.png"
|
||||
@@ -17,8 +17,13 @@
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://chat.openai.com/*"],
|
||||
"js": ["addCheckboxes.js", "bulkDeleteConversations.js"]
|
||||
"matches": [
|
||||
"*://chat.openai.com/*"
|
||||
],
|
||||
"js": [
|
||||
"addCheckboxes.js",
|
||||
"bulkDeleteConversations.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user