joysound

Created at 2023-04-10
Updated at 2 months ago
对网页中的视频音效进行增强优化 joysound来源于acfun
Total Installs
337,324
Today's New
+3
User Rating
- / 5.0 (0)
Current Version
1.0.3
// @require https://scriptcat.org/lib/950/1.0.3/joysound.js?sha384-uknzsLxsgO7CLRy65DW0Wqnvoo6fdj50tDBgVJOO0mN/r8kNJHg5x06BTdIGwhDs
Library Details
This is a library used by userscripts, you can reference it directly in your scripts.
if (window.Joysound && window.Joysound.isSupport()) {
    const joySound = new window.Joysound();
    const video = document.querySelector("video");
    joySound.init(video);
    joySound.setEnabled(!0);
    joySound.setVolume(1);
}