Greasy Fork is available in English.

Youtube live, Simple Chat Stylizer

Display chat window on stream screen and apply custom stylesheet

< Spätná väzba na Youtube live, Simple Chat Stylizer

Hodnotenie: Dobré - skript funguje

§
Pridaný: 12.08.2023
Upravený: 12.08.2023

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

BunnelbyAutor
§
Pridaný: 21.08.2023
Upravený: 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
§
Pridaný: 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;
}
§
Pridaný: 21.08.2023

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

BunnelbyAutor
§
Pridaný: 22.08.2023
Upravený: 23.08.2023

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

§
Pridaný: 23.08.2023

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

§
Pridaný: 23.08.2023

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

BunnelbyAutor
§
Pridaný: 30.08.2023

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

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.