Greasy Fork is available in English.

Fix Brave Bug for YouTube Live Chat

To Fix Brave Bug for YouTube Live Chat

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
𝖢𝖸 𝖥𝗎𝗇𝗀
일일 설치수
2
총 설치수
192
평점
3 0 0
버전
3.25
생성
2023-08-30
갱신
2024-05-27
라이선스
MIT
동작 사이트

This is to fix the bug for Brave. (YouTube Live Chat)

Target User: Brave with Chromium 105+

See https://community.brave.com/t/youtube-live-chat-30-sec-delay/

  • Note 1. Please disable Adblocking Feature in "Enhancer for Youtube" as it conflicts with Brave's built-in uBO.

Cause

YouTube uses document.location.reload but Brave does not respond this operation correctly when the IFRAME element is just attached on the DOM tree.

An extra delay with IntersectionObserver + Dummy Iframe Onload is applied to the urlChanged()