Skip to content

Commit

Permalink
add auto load
Browse files Browse the repository at this point in the history
  • Loading branch information
ttop32 committed Nov 23, 2024
1 parent 76c0c3e commit f497772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contentScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ function loadEventListener() {

//detect tab switching to reset env
addEventHandler("blur", resetTooltipStatus);
addEventHandler("beforeunload", killAutoReader);
}

function handleMousemove(e) {
Expand Down

0 comments on commit f497772

Please sign in to comment.