GoogleChrome / web-vitals-extension

A Chrome extension to measure essential metrics for a healthy site
https://chrome.google.com/webstore/detail/web-vitals/ahfhijdlegdabablpippeagghigmibma?hl=en
Apache License 2.0
2.36k stars 105 forks source link

Improve style scoping #48

Closed addyosmani closed 4 years ago

addyosmani commented 4 years ago

Fixes #47, #46

Gmail with the fixes:

image

This should also address a number of cases where injected styles may have otherwise caused issues and should (🤞) resolve Rick's suggestion in #45

Overlay still rendering after these changes:

image

Pop-out:

image

Options:

image

addyosmani commented 4 years ago

Thanks for the reviews, @nucliweb and @rviscomi!