Greasy Fork is available in English.

Youtube live, Simple Chat Stylizer

Display chat window on stream screen and apply custom stylesheet

< Σχολιασμός για τον κώδικα Youtube live, Simple Chat Stylizer

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 12/08/2023
Επεξεργάστηκε: 12/08/2023

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

BunnelbyΔημιουργός
§
Δημοσιεύτηκε: 21/08/2023
Επεξεργάστηκε: 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;
}
BunnelbyΔημιουργός
§
Δημοσιεύτηκε: 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;
}
§
Δημοσιεύτηκε: 21/08/2023

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

BunnelbyΔημιουργός
§
Δημοσιεύτηκε: 22/08/2023
Επεξεργάστηκε: 23/08/2023

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

§
Δημοσιεύτηκε: 23/08/2023

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

§
Δημοσιεύτηκε: 23/08/2023

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

BunnelbyΔημιουργός
§
Δημοσιεύτηκε: 30/08/2023

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

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.