Skip to content

Commit

Permalink
Update src/content.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
canalun authored Apr 2, 2024
1 parent 1f01b47 commit 3324059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ chrome.runtime.onMessage.addListener(function(message) {
if (window.document.readyState === "complete") {
mainOrDebug()
} else {
window.addEventListener("load", () => {mainOrDebug()})
window.addEventListener("load", mainOrDebug)
}
})

0 comments on commit 3324059

Please sign in to comment.