@@ -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) => {