wenliming hace 2 años
padre
commit
3c039d8acb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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) => {