johnmichel / Library-Detector-for-Chrome

🔍 Extension that detects which JavaScript libraries are running on a page
https://chrome.google.com/webstore/detail/cgaocdmhkmfnkdkbnckgmpopcbpaaejo
MIT License
658 stars 112 forks source link

False detection of Ember on GMail and Google Docs #168

Closed deenamo closed 4 years ago

deenamo commented 4 years ago

Google apps have multiple obfuscated keys in the global window scope: image

Among them happens to be window.Em, which leads to falsely detecting "Ember.js (Fast path)" on GMail and Google Docs: image

housseindjirdeh commented 4 years ago

Thanks for logging this! Just removed the fast path check 👍