From ebc390f9e74378fdaba3e79e9da4a76c436464e2 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 9 May 2026 00:27:38 -0700 Subject: implement gpt-realtime-translate --- youtube-subtitle.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube-subtitle.user.js') diff --git a/youtube-subtitle.user.js b/youtube-subtitle.user.js index 1d3b687..e915c94 100644 --- a/youtube-subtitle.user.js +++ b/youtube-subtitle.user.js @@ -147,7 +147,7 @@ const footerText = document.createElement("div"); footerText.id = FOOTER_TEXT_ID; - footerText.textContent = "auto live tl - message - drag me"; + footerText.textContent = "Auto-Live-TL - Machine Translated - no translation should be taken as authoritative or quoted verbatim - (drag me)"; footerText.style.marginTop = "8px"; footerText.style.fontSize = "12px"; footerText.style.opacity = "0.7"; -- cgit v1.2.3