diff --git a/content/apply.js b/content/apply.js index ce2e86a7..0f7f7654 100644 --- a/content/apply.js +++ b/content/apply.js @@ -70,6 +70,11 @@ } msg.onTab(applyOnMessage); + window.addEventListener('pageshow', e => { + if (e.isTrusted && e.persisted) { // bfcache + updateCount(); + } + }); if (!chrome.tabs) { window.dispatchEvent(new CustomEvent(orphanEventId));