I can’t share code right now, but basically, as the title says, did anyone manage to inject ES6 custom html element into youtube?
I wrote it in ES6, as a javascript class, and when I inject it into youtube page, it fails because of their es5 compatability script.
Is there an adapter that can help? Or perhaps webpack converter or anything similar?
I’ll add example code when I get to computer, thanks.