Greasy Fork is available in English.

Youtube live, Simple Chat Stylizer

Display chat window on stream screen and apply custom stylesheet

< Feedback em Youtube live, Simple Chat Stylizer

Avaliação: Bom - o script funciona

§
Publicado: 12/08/2023
Editado: 12/08/2023

你好,請問改哪裡的數值可以讓[貼圖-SC]的按鈕,移動回打字區下面呢?
因為我有套用CSS-stylus,剛好會蓋住,想要自己修改一下位置

BunnelbyAutor
§
Publicado: 21/08/2023
Editado: 21/08/2023

Thanks for using.

Do you want to change to my screenshot like? Please insert below code.

#buttons.yt-live-chage-message-input-renderer {
  position: unset;
}

If don't apply, try !important;.

#buttons.yt-live-chage-message-input-renderer {
  position: unset !important;
}

Reference: My script add below css.

#buttons.yt-live-chat-message-input-renderer {
    position: absolute;
    right: 20px;
    top: 0;
}
BunnelbyAutor
§
Publicado: 21/08/2023

miss spell. correct are following code.

#buttons.yt-live-chat-message-input-renderer {
  position: unset;
}
#buttons.yt-live-chat-message-input-renderer {
  position: unset !important;
}
§
Publicado: 21/08/2023

謝謝你的提供!!
發現如果留言,會延遲5秒以上才出現在聊天室
thanks!
if write chat,delay 5-10sec in live chat

BunnelbyAutor
§
Publicado: 22/08/2023
Editado: 23/08/2023

Is "Decrement chat flickers" checked? It hides newest some chats to fix flickering.

§
Publicado: 23/08/2023

有開,剛才延遲很久
Decrement chat flickers is!
https://www.youtube.com/watch?v=Rjk1d8Ck6j0

§
Publicado: 23/08/2023

有點像是被過濾了,關閉腳本馬上就會出現,打開,就會只剩一個發言

BunnelbyAutor
§
Publicado: 30/08/2023

You should uncheck it, so the filtering to be disable.

Publicar resposta

Faça o login para publicar uma resposta.