LIVE Chat on Screen using OBS Studio - YouTube Livestreaming Chat ✔

Поділитися
Вставка
  • Опубліковано 9 лют 2025
  • Here's what I use, just copy the code and paste it into CSS :
    docs.google.co...
    _______________________________________________________________________

КОМЕНТАРІ • 169

  • @มนารีดวงสอาด
    @มนารีดวงสอาด 10 місяців тому +24

    Alway bro, alway with these accents that save my day.

  • @TheNoobiestProVR
    @TheNoobiestProVR 6 місяців тому +6

    This is litterally the only tutuorial that worked for me and ofc It was one of the clutch indian guys. Love them so much!

  • @PBHackz
    @PBHackz  3 роки тому +4

    FULL CSS CODE : -
    @import url("fonts.googleapis.com/css?family=Changa One");
    @import url("fonts.googleapis.com/css?family=Imprima");
    /* Background colors*/
    body {
    overflow: hidden;
    background-color: rgba(0,0,0,0);
    }
    /* Transparent background. */
    yt-live-chat-renderer {
    background-color: transparent !important;
    }
    yt-live-chat-text-message-renderer,
    yt-live-chat-text-message-renderer[is-highlighted] {
    background-color: transparent !important;
    }
    yt-live-chat-text-message-renderer[author-type="owner"],
    yt-live-chat-text-message-renderer[author-type="owner"][is-highlighted] {
    background-color: transparent !important;
    }
    yt-live-chat-text-message-renderer[author-type="moderator"],
    yt-live-chat-text-message-renderer[author-type="moderator"][is-highlighted] {
    background-color: transparent !important;
    }
    yt-live-chat-text-message-renderer[author-type="member"],
    yt-live-chat-text-message-renderer[author-type="member"][is-highlighted] {
    background-color: transparent !important;
    }
    yt-live-chat-author-chip #author-name {
    background-color: transparent !important;
    }
    /* Outlines */
    yt-live-chat-renderer * {
    text-shadow: -2px -2px #000000,-2px -1px #000000,-2px 0px #000000,-2px 1px #000000,-2px 2px #000000,-1px -2px #000000,-1px -1px #000000,-1px 0px #000000,-1px 1px #000000,-1px 2px #000000,0px -2px #000000,0px -1px #000000,0px 0px #000000,0px 1px #000000,0px 2px #000000,1px -2px #000000,1px -1px #000000,1px 0px #000000,1px 1px #000000,1px 2px #000000,2px -2px #000000,2px -1px #000000,2px 0px #000000,2px 1px #000000,2px 2px #000000;
    font-family: "Imprima";
    font-size: 18px !important;
    line-height: 18px !important;
    }
    yt-live-chat-text-message-renderer #content,
    yt-live-chat-legacy-paid-message-renderer #content {
    overflow: initial !important;
    }
    /* Hide scrollbar. */
    yt-live-chat-item-list-renderer #items{
    overflow: hidden !important;
    }
    yt-live-chat-item-list-renderer #item-scroller{
    overflow: hidden !important;
    }
    /* Hide header and input. */
    yt-live-chat-header-renderer,
    yt-live-chat-message-input-renderer {
    display: none !important;
    }
    /* Reduce side padding. */
    yt-live-chat-text-message-renderer,
    yt-live-chat-legacy-paid-message-renderer {
    padding-left: 4px !important;
    padding-right: 4px !important;
    }
    yt-live-chat-paid-message-renderer #header {
    padding-left: 4px !important;
    padding-right: 4px !important;
    }
    /* Avatars. */
    yt-live-chat-text-message-renderer #author-photo,
    yt-live-chat-paid-message-renderer #author-photo,
    yt-live-chat-legacy-paid-message-renderer #author-photo {

    width: 24px !important;
    height: 24px !important;
    border-radius: 24px !important;
    margin-right: 6px !important;
    }
    /* Hide badges. */
    yt-live-chat-text-message-renderer #author-badges {
    display: none !important;
    vertical-align: text-top !important;
    }
    /* Timestamps. */
    yt-live-chat-text-message-renderer #timestamp {

    color: #999999 !important;
    font-family: "Imprima";
    font-size: 16px !important;
    line-height: 16px !important;
    }
    /* Badges. */
    yt-live-chat-text-message-renderer #author-name[type="owner"],
    yt-live-chat-text-message-renderer #author-name.owner,
    yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="owner"] {
    color: #ffd600 !important;
    }
    yt-live-chat-text-message-renderer #author-name[type="moderator"],
    yt-live-chat-text-message-renderer #author-name.moderator,
    yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="moderator"] {
    color: #5e84f1 !important;
    }
    yt-live-chat-text-message-renderer #author-name[type="member"],
    yt-live-chat-text-message-renderer #author-name.member,
    yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="member"] {
    color: #0f9d58 !important;
    }
    /* Channel names. */
    yt-live-chat-text-message-renderer #author-name {
    color: #cccccc !important;
    font-family: "Changa One";
    font-size: 20px !important;
    line-height: 20px !important;
    }
    yt-live-chat-text-message-renderer #author-name::after {
    content: ":";
    margin-left: 2px;
    }
    /* Messages. */
    yt-live-chat-text-message-renderer #message,
    yt-live-chat-text-message-renderer #message * {
    color: #ffffff !important;
    font-family: "Imprima";
    font-size: 18px !important;
    line-height: 18px !important;
    }
    /* SuperChat/Fan Funding Messages. */
    yt-live-chat-paid-message-renderer #author-name,
    yt-live-chat-paid-message-renderer #author-name *,
    yt-live-chat-legacy-paid-message-renderer #event-text,
    yt-live-chat-legacy-paid-message-renderer #event-text * {
    color: #ffffff !important;
    font-family: "Changa One";
    font-size: 20px !important;
    line-height: 20px !important;
    }
    yt-live-chat-paid-message-renderer #purchase-amount,
    yt-live-chat-paid-message-renderer #purchase-amount *,
    yt-live-chat-legacy-paid-message-renderer #detail-text,
    yt-live-chat-legacy-paid-message-renderer #detail-text * {
    color: #ffffff !important;
    font-family: "Imprima";
    font-size: 18px !important;
    line-height: 18px !important;
    }
    yt-live-chat-paid-message-renderer #content,
    yt-live-chat-paid-message-renderer #content * {
    color: #ffffff !important;
    font-family: "Imprima";
    font-size: 18px !important;
    line-height: 18px !important;
    }
    yt-live-chat-paid-message-renderer {
    margin: 4px 0 !important;
    }
    yt-live-chat-legacy-paid-message-renderer {
    background-color: #0f9d58 !important;
    margin: 4px 0 !important;
    }
    yt-live-chat-text-message-renderer a,
    yt-live-chat-legacy-paid-message-renderer a {
    text-decoration: none !important;
    }
    yt-live-chat-text-message-renderer[is-deleted],
    yt-live-chat-legacy-paid-message-renderer[is-deleted] {
    display: none !important;
    }
    yt-live-chat-ticker-renderer {
    background-color: transparent !important;
    box-shadow: none !important;
    }
    yt-live-chat-ticker-renderer {
    display: none !important;
    }
    yt-live-chat-ticker-paid-message-item-renderer,
    yt-live-chat-ticker-paid-message-item-renderer *,
    yt-live-chat-ticker-sponsor-item-renderer,
    yt-live-chat-ticker-sponsor-item-renderer * {
    color: #ffffff !important;
    font-family: "Imprima";
    }
    yt-live-chat-mode-change-message-renderer,
    yt-live-chat-viewer-engagement-message-renderer,
    yt-live-chat-restricted-participation-renderer {
    display: none !important;
    }
    yt-live-chat-banner-manager {
    display: none !important;
    }
    yt-live-chat-action-panel-renderer,
    yt-live-chat-renderer #action-panel {
    display: none !important;
    }

    • @GameForLifeSunny
      @GameForLifeSunny 14 днів тому

      Google drive link is not working. File seems to be deleted. I used the above code and its not working. Background is still showing up. Can you please help?

    • @hunny0501
      @hunny0501 6 днів тому

      @@GameForLifeSunny mine also, background is still showing i couldnt find fix

  • @fillingthevoid6314
    @fillingthevoid6314 9 місяців тому +2

    Legend, it's not only straight-forward, but the code puts it over the edge. Thanks so much!

  • @monsieur-top
    @monsieur-top Рік тому +15

    I followed instructions and now my UA-cam Live Chat pop-up is not working anymore...

    • @jeraora3045
      @jeraora3045 Рік тому +3

      work for the 1st time and second stream it wont show any. i try to clear and make new one still no display

    • @Antoine_du6
      @Antoine_du6 2 місяці тому +1

      you have to change the url everytime you live

  • @FunBlox_Playz
    @FunBlox_Playz 5 місяців тому +3

    I'm so proud man, actually this guy is not yapping about StreamElements, thank you I'm gonna download this video

  • @robinroom_
    @robinroom_ 3 роки тому +7

    TY DUDE MY STREAMS GONNA BE PERFECT

  • @cmdbrawlhalla
    @cmdbrawlhalla Рік тому +1

    This was insanely useful tysm!

  • @zesha_dani
    @zesha_dani 5 місяців тому

    idk why streamelements don't display YT chat, this is a good alternative as a good video, thank you

  • @Officialchalinurichboy
    @Officialchalinurichboy Рік тому

    thanks you so much this is so helpful and I subbed btw

  • @saadallah8987
    @saadallah8987 22 дні тому

    great and easy explanation

  • @biswaop4219
    @biswaop4219 3 роки тому +5

    Thankx a lot for this video now I csn stream perfectly

  • @CaptainHarowe
    @CaptainHarowe 5 місяців тому

    Thanks Brother! It worked perfectly!

  • @TheMrZz1234
    @TheMrZz1234 9 місяців тому

    You are awesome! Right to the point!

  • @ZeexwarZ-o3p
    @ZeexwarZ-o3p 5 місяців тому

    thank you brother, that helped alot

    • @mr.4k_
      @mr.4k_ 4 місяці тому +1

      bro which code do i use specifically because the google doc has like pages of code

    • @ZeexwarZ-o3p
      @ZeexwarZ-o3p 4 місяці тому

      Its at the bottom of the video bro, cope and paste it easy and it will disappear ​@mr.4k_

    • @ZeexwarZ-o3p
      @ZeexwarZ-o3p 4 місяці тому +1

      ​@@mr.4k_the whole code everything in theat doc

  • @nexxTL
    @nexxTL 2 роки тому +2

    thanks man straight to the point.

  • @demoflow
    @demoflow 7 місяців тому

    Thank you, dude, i subbed🔥🔥

  • @DExpertz
    @DExpertz 8 місяців тому

    😍 Thanks, work as I wanted it to be

  • @devinlesmanaa
    @devinlesmanaa 6 місяців тому +2

    why i'm not transparant ? i already copy css from your drive. and still doesn't not transparant.

  • @kaiyoy6928
    @kaiyoy6928 7 місяців тому

    you are the goat bro.

  • @Absbor
    @Absbor 4 місяці тому

    thank you! it works ^w^

  • @Gortesto
    @Gortesto 11 місяців тому

    PB HACKS THANK YOU SO MUCH IM STREAMING TOMMOROW AND THIS IS PERFECT THANK YOU SO MUCH

  • @saadlamhamdi4239
    @saadlamhamdi4239 3 роки тому +2

    Thanks man, fast and easy tutorial

  • @Ellsielocke
    @Ellsielocke Рік тому

    Thanks so much for this !!

  • @SantsLime
    @SantsLime 10 місяців тому

    Thank you so much! ❤🎉

  • @NakaaOfficial
    @NakaaOfficial 2 роки тому +1

    thank bro

  • @trieuanlieu896
    @trieuanlieu896 Рік тому

    Perfect video bro, Thanks alot

  • @TachankSpank
    @TachankSpank 10 місяців тому

    finally a useful video

  • @allblackandwhiteofficial
    @allblackandwhiteofficial 3 роки тому +1

    Please help mee. I can't find that code. I'm clicking the link but, I can't find the code.

    • @PBHackz
      @PBHackz  3 роки тому

      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

  • @LaalChaadi
    @LaalChaadi Місяць тому

    wow thanks man

  • @coolitoyce
    @coolitoyce 3 роки тому +2

    Thank you so much for this video bro :)

  • @AndroidGamer00031
    @AndroidGamer00031 3 роки тому +2

    once please put me that code i am confuse in that code for me getting a list

    • @PBHackz
      @PBHackz  3 роки тому

      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

  • @shotoniphonememe6025
    @shotoniphonememe6025 3 роки тому +1

    thank u bro

  • @roberoblox0988
    @roberoblox0988 3 роки тому +5

    can anyone tell me the custom CSS i cant copy and paste it idk why so can anyone tell me here plss need it asap

    • @PBHackz
      @PBHackz  3 роки тому

      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

    • @fubbet_
      @fubbet_ Рік тому

      ​@@PBHackzbro your a year late 💀

    • @Errfxf
      @Errfxf 4 місяці тому

      @@fubbet_so are you. And me

  • @TRKYGaming
    @TRKYGaming 6 місяців тому +8

    not working for now

    • @MrBatinder
      @MrBatinder Місяць тому

      Worked for me

    • @MrBatinder
      @MrBatinder Місяць тому

      Try follow all steps properly and copy whole text

  • @sirfootalot
    @sirfootalot 2 місяці тому

    man, i have paste the code and first few second work then it turn back to normal

  • @mr.4k_
    @mr.4k_ 4 місяці тому

    which code do i specifically use or do i have to copy the entire thing?

  • @HeroDirtStudios-nu1xx
    @HeroDirtStudios-nu1xx 6 місяців тому

    thanks ur the best

  • @MoizShahPro
    @MoizShahPro Рік тому

    thanks bro it works

  • @DoggzGTV
    @DoggzGTV 10 місяців тому

    thank you

  • @Feragamotv
    @Feragamotv 4 місяці тому

    hello, i correct understund ? every time need change this popchat link stream time ?

  • @Peteboi64932
    @Peteboi64932 7 місяців тому +1

    I just need a tutorial to understand what all the css code means.

  • @Clasho
    @Clasho 3 роки тому +6

    How to hide chat from viwers ? but we can see that on screen

    • @RizipYT
      @RizipYT 3 роки тому

      ua-cam.com/video/q8nBpzy0W5A/v-deo.html
      Watch this and follow on obs

    • @Nynsai_altfun_2
      @Nynsai_altfun_2 17 днів тому

      buy a new second monitor

  • @killerpanda426
    @killerpanda426 10 місяців тому

    what was it that you copied and pasted into the OBS to only display the chat and not that extra stuff??

  • @MaFiaMCYT
    @MaFiaMCYT 3 роки тому +1

    THX bUDDY

  • @GorillaBeamz
    @GorillaBeamz 11 місяців тому

    Nope. I can't seem to find a way that works. What you are showing me, i can not find it

  • @TusharGamingLive
    @TusharGamingLive 3 роки тому +3

    can we see while playing game ? .. not in obs on gaming screen

  • @VR-il8xg
    @VR-il8xg 3 роки тому +1

    THNX BRO

  • @thatonespygaming6097
    @thatonespygaming6097 Рік тому

    thanks bro!

  • @gamerzalone3422
    @gamerzalone3422 3 роки тому +1

    man I can only see the overlay in obs not in my game help me pls

    • @PBHackz
      @PBHackz  3 роки тому

      try this code
      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

  • @RynxPch
    @RynxPch 11 місяців тому

    Thnak you much bro

  • @foreverprince_
    @foreverprince_ 6 місяців тому +1

    bro can we made it fade out

  • @cptake
    @cptake 2 роки тому

    Can i see it live over my game becouse i have only 1 monitor

  • @EPGamerlife
    @EPGamerlife Рік тому

    Man I look at every youtube video to see how to add the chat it keep going to streamlabs link and only the twitch one works for obs

  • @spikee__yt
    @spikee__yt 8 місяців тому

    danggg thx bro

  • @dominion_south3102
    @dominion_south3102 4 роки тому +1

    thxxxx this helped alot

  • @KRXZY2
    @KRXZY2 Рік тому

    I need to know what 2:09 is I don’t know how he got it?!

  • @ZeexwarZ-o3p
    @ZeexwarZ-o3p 5 днів тому

    can you upload the code again bro?

  • @souvikghosh05
    @souvikghosh05 3 роки тому +1

    i also applied your trick 100% working

  • @Sniper_4V-xt6tp
    @Sniper_4V-xt6tp 10 місяців тому

    thanks for help me

  • @cranknbolt91
    @cranknbolt91 3 роки тому

    When I paste the live chat link,the obs show me the youtube website(Something went wrong),why?

    • @PBHackz
      @PBHackz  3 роки тому

      try this code
      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

  • @ZeexwarZ-o3p
    @ZeexwarZ-o3p 5 днів тому

    what happened to the code???

  • @Bigheaderisnotsus
    @Bigheaderisnotsus 5 місяців тому

    hey my chat isn't appering ingame

  • @vamkrish2.0
    @vamkrish2.0 Рік тому

    bro when we will live and playing game can we see liive chat on ower screen
    while playing

  • @reallightengineer
    @reallightengineer 4 роки тому +1

    thx u for the video

  • @RobloxilfatLive
    @RobloxilfatLive Рік тому

    TY!!!

  • @KokoRotta
    @KokoRotta 3 місяці тому

    The codes is wrong on me
    I get wierd chat

  • @TheseBygones
    @TheseBygones Місяць тому

    it doesnt show up on my game

  • @eurybiaball63
    @eurybiaball63 2 місяці тому

    Works for me

  • @DustedGlitchedBear
    @DustedGlitchedBear 4 роки тому +2

    I want to ask. How do you chat while doing the stream after you put the chat

    • @kyromxiq545
      @kyromxiq545 4 роки тому +1

      You can use your phone to chat, or maybe use 2 monitors, 1 for your stream and one to read the chat also reply

    • @DustedGlitchedBear
      @DustedGlitchedBear 4 роки тому

      @@kyromxiq545 oh Thank you!

  • @SGAMING-uq7tl
    @SGAMING-uq7tl 3 роки тому +1

    Bro but chats are not showing in game it is showing in obs and youtube live screen only

    • @PBHackz
      @PBHackz  3 роки тому

      Yea.. that's how it works

    • @SGAMING-uq7tl
      @SGAMING-uq7tl 3 роки тому

      @@PBHackz so how can I see those chats?

    • @PBHackz
      @PBHackz  3 роки тому

      @@SGAMING-uq7tl Use Restream : restream.io/

    • @SGAMING-uq7tl
      @SGAMING-uq7tl 3 роки тому

      @@PBHackz Bro actually i stream through youtube
      Edit: Will this work in youtube bro can I see users chats in game after this restream process

  • @Frogcast647
    @Frogcast647 Рік тому

    how do i see the chat when im in the game

  • @OP.525
    @OP.525 11 місяців тому

    goateed

  • @TalooliQ8
    @TalooliQ8 3 роки тому +1

    Thanks but why the link is sooo slow to open and can you put it on the description because it's soo hard to copy the script and it's sooo slow

    • @PBHackz
      @PBHackz  3 роки тому

      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

  • @Chips-Corner
    @Chips-Corner 7 місяців тому

    Do I have to copy the entire thing? It’s a huge amount of code!

    • @officialyashvirgaming
      @officialyashvirgaming 6 місяців тому

      CTRL + A , CTRL C , CTRL V to paste , how's it difficult man ?
      CTRL A = will select all the text code

  • @Qpi_pos4
    @Qpi_pos4 Рік тому

    quick and ez ty

  • @DaBreadBots
    @DaBreadBots Рік тому

    good tutorial

  • @DDKLP
    @DDKLP 5 місяців тому

    Bro kinda doesnt work anymore for me?

  • @FarizGamingOfficial
    @FarizGamingOfficial 4 місяці тому

    thx

  • @AristoEgaOfficial
    @AristoEgaOfficial 3 роки тому

    thankyou

  • @attackputis
    @attackputis 4 роки тому +2

    can someone paste what he pasted cuz the docs is messed up

    • @ilyass-p9d
      @ilyass-p9d 4 роки тому +1

      me too

    • @PBHackz
      @PBHackz  3 роки тому

      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

  • @Not_Shivu
    @Not_Shivu Рік тому

    do it show while playing??

  • @EpicFaceLot
    @EpicFaceLot 3 роки тому +1

    i cant copy that because it wont let me copy i

    • @PBHackz
      @PBHackz  3 роки тому

      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

    • @PBHackz
      @PBHackz  3 роки тому

      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

  • @korennii2049
    @korennii2049 3 роки тому +1

    hi, is it possible to change the font and text colors? thank you in advance

  • @Jarviz8819
    @Jarviz8819 4 місяці тому

    does it work guys, im scared to put any script, since the channel named "hacks"

  • @born2slay_yt1997
    @born2slay_yt1997 Рік тому

    I use one monitor..also my game can't be turned to windowed borderless it's playable only on fullscreen..an I want to see the live chat in game while playing in the same screen ..how can I do that please?

    • @N0XY_On_120_FPS
      @N0XY_On_120_FPS 11 місяців тому

      I recommend getting a 2nd monitor try to find your nearest tech store and trying to get your budget monitor

  • @techymandrac9726
    @techymandrac9726 2 роки тому

    So will it came on stream screan

  • @GabrielFeaR
    @GabrielFeaR 5 місяців тому

    what is this song?

  • @electronicshacks8288
    @electronicshacks8288 3 роки тому +1

    bro i need horizontal scrolling chat

  • @N1tr0_fox
    @N1tr0_fox 3 роки тому +1

  • @slppy1
    @slppy1 Рік тому

    nice vidd

  • @Nexorath
    @Nexorath 3 роки тому +4

    the code isnt in the description /:

    • @hextropica
      @hextropica 3 роки тому +2

      here’s the code
      /* Background colors*/
      body {
      overflow: hidden;
      background-color: rgba(0,0,0,0);
      }
      /* Transparent background. */
      yt-live-chat-renderer {
      background-color: transparent !important;
      }
      yt-live-chat-text-message-renderer,
      yt-live-chat-text-message-renderer[is-highlighted] {
      background-color: transparent !important;
      }
      yt-live-chat-text-message-renderer[author-type="owner"],
      yt-live-chat-text-message-renderer[author-type="owner"][is-highlighted] {
      background-color: transparent !important;
      }
      yt-live-chat-text-message-renderer[author-type="moderator"],
      yt-live-chat-text-message-renderer[author-type="moderator"][is-highlighted] {
      background-color: transparent !important;
      }
      yt-live-chat-text-message-renderer[author-type="member"],
      yt-live-chat-text-message-renderer[author-type="member"][is-highlighted] {
      background-color: transparent !important;
      }
      yt-live-chat-author-chip #author-name {
      background-color: transparent !important;
      }
      /* Outlines */
      yt-live-chat-renderer * {
      text-shadow: -2px -2px #000000,-2px -1px #000000,-2px 0px #000000,-2px 1px #000000,-2px 2px #000000,-1px -2px #000000,-1px -1px #000000,-1px 0px #000000,-1px 1px #000000,-1px 2px #000000,0px -2px #000000,0px -1px #000000,0px 0px #000000,0px 1px #000000,0px 2px #000000,1px -2px #000000,1px -1px #000000,1px 0px #000000,1px 1px #000000,1px 2px #000000,2px -2px #000000,2px -1px #000000,2px 0px #000000,2px 1px #000000,2px 2px #000000;
      font-family: "Comfortaa";
      font-size: 18px !important;
      line-height: 18px !important;
      }
      yt-live-chat-text-message-renderer #content,
      yt-live-chat-legacy-paid-message-renderer #content {
      overflow: initial; !important
      }
      /* Hide scrollbar. */
      yt-live-chat-item-list-renderer #items{
      overflow: hidden !important;
      }
      yt-live-chat-item-list-renderer #item-scroller{
      overflow: hidden !important;
      }
      /* Hide header and input. */
      yt-live-chat-header-renderer,
      yt-live-chat-message-input-renderer {
      display: none !important;
      }
      /* Reduce side padding. */
      yt-live-chat-text-message-renderer,
      yt-live-chat-legacy-paid-message-renderer {
      padding-left: 4px !important;
      padding-right: 4px !important;
      }
      yt-live-chat-paid-message-renderer #header {
      padding-left: 4px !important;
      padding-right: 4px !important;
      }
      /* Avatars. */
      yt-live-chat-text-message-renderer #author-photo,
      yt-live-chat-paid-message-renderer #author-photo,
      yt-live-chat-legacy-paid-message-renderer #author-photo {
      width: 25px !important;
      height: 25px !important;
      border-radius: 25px !important;
      margin-right: 6.25px !important;
      }
      /* Hide badges. */
      yt-live-chat-text-message-renderer #author-badges {
      display: none !important;
      vertical-align: text-top !important;
      }
      /* Timestamps. */
      yt-live-chat-text-message-renderer #timestamp {
      color: #999999 !important;
      font-family: "Comfortaa";
      font-size: 16px !important;
      line-height: 16px !important;
      }
      /* Badges. */
      yt-live-chat-text-message-renderer #author-name[type="owner"],
      yt-live-chat-text-message-renderer #author-name.owner,
      yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="owner"] {
      color: #ff0000 !important;
      }
      yt-live-chat-text-message-renderer #author-name[type="moderator"],
      yt-live-chat-text-message-renderer #author-name.moderator,
      yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="moderator"] {
      color: #ff8000 !important;
      }
      yt-live-chat-text-message-renderer #author-name[type="member"],
      yt-live-chat-text-message-renderer #author-name.member,
      yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="member"] {
      color: #ffff00 !important;
      }
      /* Channel names. */
      yt-live-chat-text-message-renderer #author-name {
      color: #cccccc !important;
      font-family: "Comfortaa";
      font-size: 20px !important;
      line-height: 20px !important;
      }
      yt-live-chat-text-message-renderer #author-name::after {
      content: ":";
      margin-left: 2px;
      }
      /* Messages. */
      yt-live-chat-text-message-renderer #message,
      yt-live-chat-text-message-renderer #message * {
      color: #ffffff !important;
      font-family: "Comfortaa";
      font-size: 18px !important;
      line-height: 18px !important;
      }
      /* SuperChat/Fan Funding Messages. */
      yt-live-chat-paid-message-renderer #author-name,
      yt-live-chat-paid-message-renderer #author-name *,
      yt-live-chat-legacy-paid-message-renderer #event-text,
      yt-live-chat-legacy-paid-message-renderer #event-text * {
      color: #ffffff !important;
      font-family: "Comfortaa";
      font-size: 20px !important;
      line-height: 20px !important;
      }
      yt-live-chat-paid-message-renderer #purchase-amount,
      yt-live-chat-paid-message-renderer #purchase-amount *,
      yt-live-chat-legacy-paid-message-renderer #detail-text,
      yt-live-chat-legacy-paid-message-renderer #detail-text * {
      color: #ffffff !important;
      font-family: "Comfortaa";
      font-size: 18px !important;
      line-height: 18px !important;
      }
      yt-live-chat-paid-message-renderer #content,
      yt-live-chat-paid-message-renderer #content * {
      color: #ffffff !important;
      font-family: "Comfortaa";
      font-size: 18px !important;
      line-height: 18px !important;
      }
      yt-live-chat-paid-message-renderer {
      margin: 4px 0 !important;
      }
      yt-live-chat-legacy-paid-message-renderer {
      background-color: #ffff00 !important;
      margin: 4px 0 !important;
      }
      yt-live-chat-text-message-renderer a,
      yt-live-chat-legacy-paid-message-renderer a {
      text-decoration: none !important;
      }
      yt-live-chat-text-message-renderer[is-deleted],
      yt-live-chat-legacy-paid-message-renderer[is-deleted] {
      display: none !important;
      }
      yt-live-chat-ticker-renderer {
      background-color: transparent !important;
      box-shadow: none !important;
      }
      yt-live-chat-ticker-renderer {
      display: none !important;
      }
      yt-live-chat-ticker-paid-message-item-renderer,
      yt-live-chat-ticker-paid-message-item-renderer *,
      yt-live-chat-ticker-sponsor-item-renderer,
      yt-live-chat-ticker-sponsor-item-renderer * {
      color: #ffffff !important;
      font-family: "Comfortaa";
      }
      yt-live-chat-mode-change-message-renderer,
      yt-live-chat-viewer-engagement-message-renderer,
      yt-live-chat-restricted-participation-renderer {
      display: none !important;
      }

    • @allblackandwhiteofficial
      @allblackandwhiteofficial 3 роки тому +1

      @@hextropica omg thanks you are my savor! ❤❤❤❤🤗🤗😄🥺🥺😍😍

    • @LulluOfficial9
      @LulluOfficial9 Рік тому

      There’s a link to the code

  • @PARUTOOS
    @PARUTOOS Рік тому

    I just need the code

  • @ryu5357
    @ryu5357 3 роки тому

    how to see live chat in gameplay? (not only in obs)

    • @TheRaptorGamer
      @TheRaptorGamer 2 роки тому

      lmk if you find the answer

    • @ryu5357
      @ryu5357 2 роки тому

      @@TheRaptorGamer don't know about youtube, bt i use a app name "restream" to see chats on game screen on twitch. It works perfectly.

  • @Anima4station
    @Anima4station 4 роки тому +1

    Why is said chat unavailable for me

    • @_Hu6o
      @_Hu6o 3 роки тому

      change your chat link bruh

  • @j0jua182
    @j0jua182 3 роки тому +1

    its says something went wrong

    • @PBHackz
      @PBHackz  3 роки тому

      anonymousx0101@gmail.com send a screenshot

  • @cranknbolt91
    @cranknbolt91 3 роки тому +1

    The docs link i cant copy,can PB Hackz send again pls

    • @PBHackz
      @PBHackz  3 роки тому

      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

  • @drippybuy_
    @drippybuy_ 4 роки тому +3

    why the code i copy dont work!!!!

    • @HanzlaAmjad
      @HanzlaAmjad 4 роки тому +1

      same

    • @DxV88
      @DxV88 3 роки тому

      same.........

    • @PBHackz
      @PBHackz  3 роки тому

      docs.google.com/document/d/1jCUVm299LiNdrrbh3n5RH7TDoILZ7z-ImJmJNAp4IEs/edit?usp=sharing

  • @zerogaming_rv
    @zerogaming_rv 3 роки тому

    bro file removed can you upload again I want the code

  • @V8Pattalam
    @V8Pattalam 11 місяців тому

    MAlayali aano