postMessage-tracker
postMessage-tracker copied to clipboard
No more interference from chrome-extensions that utilize postmessages
Hi
I've modified the extension a bit to check if the postmessages are coming from chrome-extensions or not. I'm having Wappalyzer installed and it was interfering with the postmessage extension. This resulted in having arround 5-6 extra logs and stack traces included in every webpage I requested.
One thing remained unsolved, and that is the little popup that counts all the postmessages it has found from an origin. I'm unsure how to let it only count the ones that are actually included in the extension's popup.
I thought that this might be helpful to someone else, reason why I'm creating a PR.