|
@@ -712,9 +712,9 @@ export function checkTwitterTaskState() {
|
|
|
chrome.runtime.sendMessage({ actionType: "DO_TASK", tweet_Id, task_type, task_data, task_done: false }, () => { })
|
|
|
})
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ if (e.target && e.target.nextSibling && e.target.nextSibling.dataset && e.target.nextSibling.dataset.testid == 'confirmationSheetDialog') {
|
|
|
+ chrome.runtime.sendMessage({ actionType: "DO_TASK", tweet_Id, task_type, task_data, task_done: false }, () => { })
|
|
|
+ }
|
|
|
}, true)
|
|
|
|
|
|
let observer = new MutationObserver(() => {
|