We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
showcqt-element
Hi,
I have tried the extension on Microsoft Edge 112.0.1722.34. However, there's no spectrum shown up.
The following shows the error from the console. I've also tried the Firefox extension on Firefox 108.0.2, which have similar results.
It seems that the constructor of showcqt-element has violated some policies, so some modifications are required to solve it. Thank you.
The text was updated successfully, but these errors were encountered:
Does Chrome have similar result? Can you view page source of YouTube page and search for 'ShadyDOM'?
Thank's.
Sorry, something went wrong.
@mfcc64 i have the same error. I tried Chrome, Brave and Edge. I can find multiple files with ShadyDOM in the Page Source. Thanks :)
That's different problem. Can you run this
const cqt = document.getElementsByTagName("showcqt-element")[0]; console.log("sample rate:", cqt.audio_context.sampleRate); console.log("dimension:", cqt.clientWidth, cqt.clientHeight);
Hi, I almost forgot that I've posted the issue. I don't know what cause 6rube's issue but I found that mine works good now. Thanks.
No branches or pull requests
Hi,
I have tried the extension on Microsoft Edge 112.0.1722.34.
However, there's no spectrum shown up.
The following shows the error from the console.
I've also tried the Firefox extension on Firefox 108.0.2, which have similar results.
It seems that the constructor of
showcqt-element
has violated some policies, so some modifications are required to solve it.Thank you.
The text was updated successfully, but these errors were encountered: