fix: Adapt to the new UI of youtube

This commit is contained in:
Gabe
2025-10-22 21:14:39 +08:00
parent 6d327d17af
commit 504f4cafa0
2 changed files with 2 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ class YouTubeCaptionProvider {
}
};
this.#toggleButton = toggleButton;
this.#ytControls?.before(kissControls);
this.#ytControls?.prepend(kissControls);
}
#isSameLang(lang1, lang2) {