看板 Live 關於我們 聯絡資訊
本魯OBS為17.0.0版 (不知道為甚麼安裝17.0.2最後一步驟會遇到問題 之後開啟後又會回到17.0.0版) 所以繼續用17.0.0 現在問題是怎麼讓聊天室再度打在OBS上? 原本網路上爬文找到語法 也順利把聊天室含去背顯示在OBS上 結果某次開機後就沒了 本魯方法是 "來源" 新增 "BrowserSource" URL複製 "在彈出是視窗中開啟即時留言版"中的網址 不能顯現訂閱人數和訂閱動畫就算了 希望聊天室還能用 當作與朋友聊天的紀錄 請幫我看看該怎麼辦 謝謝 CSS是複製以下 body { background-color: transparent !important; } /* Transparent background. */ yt-live-chat-renderer { 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: "Laila"; 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; } /* 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; } /* Avatars. */ yt-live-chat-text-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: "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 yt-live-chat-author-badge-renderer[type="owner"] { color: #FFCC33 !important; } yt-live-chat-text-message-renderer #author-name[type="moderator"], yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="moderator"] { color: #FF9966 !important; } yt-live-chat-text-message-renderer #author-name[type="member"], yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="member"] { color: #FF9966 !important; } /* Channel names. */ yt-live-chat-text-message-renderer #author-name { color: #FF9966 !important; font-family: "Microsoft JhengHei"; font-size: 28px !important; line-height: 28px !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 *, yt-live-chat-legacy-paid-message-renderer #detail-text, yt-live-chat-legacy-paid-message-renderer #detail-text * { color: #ffffff !important; font-family: "Microsoft JhengHei"; font-size: 28px !important; line-height: 28px !important; } /* Fan Funding Messages. */ yt-live-chat-legacy-paid-message-renderer #event-text { color: #ffffff !important; font-family: "Microsoft JhengHei"; font-size: 20px !important; line-height: 20px !important; } 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-legacy-paid-message-renderer { background-color: #00ffff !important; margin: 4px 0 !important; padding: 4px !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; } 到上面這串網址 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.38.146.217 ※ 文章網址: https://www.ptt.cc/bbs/Live/M.1486637069.A.670.html