Skip to content

Commit

Permalink
Update popup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xifangczy committed Oct 2, 2024
1 parent 3ef53a1 commit 637ab74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ const interval = setInterval(function () {
}, 0);
/********************绑定事件END********************/
window.addEventListener('unload', function () {
clearRedundant();
chrome.runtime.sendMessage(chrome.runtime.id, { Message: "clearRedundant" });
});

// 按钮状态更新
Expand Down

0 comments on commit 637ab74

Please sign in to comment.