Open antonioyon opened 4 years ago
Also fixed an indent issue on lines 40-42
@njohnson7 Any chance to merge and upload new version?
@njohnson7 Any chance to merge and upload new version?
Sorry I don't have write access...
Looks good here. Thanks, @antonioyon!
Thanks for the fix @antonioyon! Installed manually and works perfectly.
Is there any indication that this will get merged? No updates to this project since November of 2017. Without this fix one of the main aspects of the extension is broken, rendering it pretty useless.
I installed manually but it's not working for me. Using Chrome 80.0.3987.87
@eyaleizenberg
I installed manually but it's not working for me. Using Chrome 80.0.3987.87
Fast check, have you installed from issue-716-fix-broken-hints
branch?
Can someone has permission get this fix merged and released? Thanks.
See #723
Hi @antonioyon - merged your branch into my fork here: https://github.com/dcchambers/vb4c
Working on getting a fixed version uploaded to the Chrome web store now...
…the broken hints functionality as of Chrome 80.0.3955.4.
Chrome 80.0.3955.4 and beyond follows v1 of the Shadow DOM spec. The
element.createShadowRoot()
function has been deprecated and replaced withelement.attachShadow({ mode: 'open' })
for an open shadow root.Fixes #716