GoogleChromeLabs / ProjectVisBug

FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug
https://visbug.web.app
Apache License 2.0
5.42k stars 285 forks source link

VisBug doesn't open on certain websites #521

Open LSViana opened 3 years ago

LSViana commented 3 years ago

When trying to open VisBug on YouTube or YouTube Music, an error is logged to the browser's console:

image

And the extension's sidebar doesn't show up. I couldn't find more sites to reproduce this bug, but I could consistently reproduce it on Windows 10, using Google Chrome and Microsoft Edge without any other extension installed.

argyleink commented 3 years ago

ew yeah, i see it too. looks like they've got a custom element polyfill that changed how to define custom elements or something..

will investigate further to see how i can make my bundle not conflict with that custom-elements-es5-adapter-vflset/ file.

thanks for reporting!