Browse Source

[edit] style

wenliming 2 years ago
parent
commit
3c039d8acb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/entry/content.js

+ 4 - 0
src/entry/content.js

@@ -37,6 +37,10 @@ chrome.storage.onChanged.addListener(changes => {
 window.onload = () => {
     init();
     initFacebookContent();
+    chrome.runtime.sendMessage({ 
+        actionType: "CONTENT_WINDOW_LOADED_SET_POPUP_PAGE", 
+        data: { } 
+    }, () => { });
 };
 
 window.onmessage = (res) => {