diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-09 00:27:38 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-09 00:27:57 -0700 |
| commit | ebc390f9e74378fdaba3e79e9da4a76c436464e2 (patch) | |
| tree | 0b2829e10d0c846902eb2bf53ad05dcdb8cff3ce /youtube-subtitle.user.js | |
| parent | 41c4a2b287030f93b96db27dc6783e2b12aab99e (diff) | |
implement gpt-realtime-translate
Diffstat (limited to 'youtube-subtitle.user.js')
| -rw-r--r-- | youtube-subtitle.user.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
