您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Dark theme for Plain old youtube, made by teidesu https://greasyfork.org/en/scripts/393055-plain-old-youtube-com-2019 and dark theme made by Amir Torrez https://userstyles.org/styles/166176/classic-youtube-dark
// ==UserScript== // @name Plain old youtube (2019) Dark // @namespace gjwse90gj98we // @match https://www.youtube.com/* // @grant none // @version 1.0 // @author teidesu, anon // @description Dark theme for Plain old youtube, made by teidesu https://greasyfork.org/en/scripts/393055-plain-old-youtube-com-2019 and dark theme made by Amir Torrez https://userstyles.org/styles/166176/classic-youtube-dark // @run-at document-start // ==/UserScript== (function() { function replace() { if (!location.search.match(/[?&]disable_polymer=/)) { var h = location.search.indexOf('?') > -1 ? '&' : '?' location.href += h + 'disable_polymer=1' } } replace() window.addEventListener('popstate', replace) document.addEventListener('DOMContentLoaded', () => { document.querySelectorAll('a[href]').forEach(it => { if (it.href.match(/^(https?:)?\/\/(?!(www\.)?youtube\.com)/)) return // external links var h = it.href.indexOf('?') > -1 ? '&' : '?' it.href += h + 'disable_polymer=1' }) }) var css = [ "f:root", " {", " --dgyt-bg-color-dark: rgb(15,15,15);", " --dgyt-bg-color-medium: rgb(33,33,33);", " --dgyt-cell-bg-color: rgba(0,0,0,0.2);", " --dgyt-menu-bg-color: rgba(21,21,21,0.8);", " --dgyt-button-color: rgba(255,255,255,0.1);", " --dgyt-button-color-hover: rgba(255,255,255,0.22);", " --dgyt-border-color: rgba(0,0,0,0.2);", " --dgyt-text-main: rgb(192,192,192);", " --dgyt-text-secondary: rgb(142,142,142);", " --dgyt-text-highlight: rgb(255,255,255);", " --dgyt-color-red: rgb(204,24,30);", " --dgyt-color-blue: rgb(22,122,198);", " --dgyt-color-yellow: rgb(245,213,98);", " --dgyt-color-orange: rgb(255,85,0);", " --dgyt-color-purple: rgb(156,39,176);", " --dgyt-color-green: rgb(76,175,80);", " }", "", " .yt-uix-button,.yt-uix-button:hover,.guide-item,.guide-item:hover", " {", " transition: background-color 0.3s!important;", " }", "", " .guide-flyout-trigger.on-hover,.guide-item:hover,.guide-item:hover .yt-deemphasized-text,.guide-collapsible-item .yt-uix-expander-head:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " color: rgb(255,255,255)!important;", " }", "", " ::-moz-selection", " {", " background-color: rgb(22,122,198)!important;", " color: rgb(255,255,255)!important;", " }", "", " ::selection", " {", " background-color: rgb(22,122,198)!important;", " color: rgb(255,255,255)!important;", " }", "", " body", " {", " color: rgb(192,192,192)!important;", " }", "", " #body-container", " {", " background: rgb(15,15,15)!important;", " }", "", " a,a:hover", " {", " color: rgb(22,122,198);", " }", "", " h1,h2,h3,h4,.playlist-videos-list .yt-ui-ellipsis,.yt-ui-ellipsis,.yt-lockup,.branded-page-module-title,.branded-page-module-title a,.yt-thumb", " {", " background-color: transparent!important;", " }", "", " #yt-masthead #logo-container .logo,#masthead-logo img,.footer-logo img,#footer-logo .footer-logo-icon", " {", " background: no-repeat url(\'data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"1104.57\" height=\"440.3\"><path fill=\"%23b3b3b3\" d=\"M198.82 357.05c-18.14-2.2-34.8-12.87-42.82-27.43-8.18-14.83-8.93-22.6-8.45-87.93.38-50.6.5-53.8 2.5-61.1 4.8-17.3 14.05-29.1 28.42-36.2 19.73-9.8 40.98-8.5 59.6 3.5 11.84 7.6 19.04 18.7 22.88 35.2 1.7 7.3 1.87 12.9 1.87 64 0 62.1-.3 65.7-6.67 79.2-6.13 12.9-20 24.4-34.45 28.4-6.36 1.7-17.43 2.8-22.88 2.1zm15.9-40.58c6.93-5.3 6.98-5.74 7.37-65.6.2-46.5.1-54.4-1.3-60.74-1.9-8.55-5.3-12.63-11.8-14.4-8.5-2.26-16.2 2.57-18.9 11.8-2.1 7.08-2.1 112.55 0 119.67 1.5 5.32 6.5 11.16 10.3 11.95 4.8 1.03 10.7-.1 14.1-2.68zm102.1 40.62c-10.06-1.4-15.93-5.3-19.95-13.2-5.06-10-5.05-10-5.05-109.6v-93h40.54l.43 85.7c.4 93.1.3 90.9 5.9 92.3 5.1 1.3 10.7-1.5 17.8-8.7l6.7-6.9.2-81.3.2-81.3 20.2-.3 20.2-.3v212.9l-2.7.5c-3.3.7-34.1.6-36.5-.1-1.5-.4-1.8-1.8-1.8-10.14v-9.64l-5.77 5.6c-13.25 12.9-27.5 18.9-40.76 17.1zM53.7 353.6c-.86-1.36-.73-83.63.14-95.3 1.12-14.93-1.4-26.68-12.12-56.72-3.48-9.75-9.76-28.65-13.96-42C-2.54 63.16-.94 68.82 1.96 68.8c19.96-.17 44.62-.05 44.9.2.18.2 6.67 23.75 14.42 52.34 7.74 28.58 14.2 52.38 14.36 52.88.15.5 4.7-16.15 10.1-37 11.3-43.7 17.66-67.83 17.9-68.06.5-.46 6.14-.57 24.53-.46l20.36.1-.44 3.26c-.4 2.66-14.3 49.32-28.9 96.75l-9 30c-3.4 11.3-7.4 24.7-9.1 29.8l-3 9.3v57.9c0 54.3-.1 58-1.8 58.4-3.7 1-42.3.5-42.9-.5z\"/><path fill=\"%23cc181e\" d=\"M783.56 0C667.14.02 530.13 4.5 509.2 9.84c-11.9 3.04-20.8 8.22-30.1 17.46-16.27 16.2-25.97 39.42-29.86 71.55-8.9 73.35-9.1 161.98-.5 238 3.68 32.7 11.27 53.94 25.53 71.44 8.9 10.9 24.23 20.2 37.95 22.9 9.63 1.9 57.8 4.6 127.97 7.1 10.4.4 38.1 1 61.5 1.4 48.7.8 138.2.3 189.5-1.1 34.4-1 97.2-3.5 109-4.4 3.3-.3 10.9-.8 17-1.1 20.3-1.2 33.2-5.4 45.4-15 15.7-12.4 27.8-35.2 33-61.9 4.8-25.4 8.1-70.4 8.8-121.6.5-42.8-.2-65.9-3.3-103-3.9-46.8-7-62-16.7-81.5-12.8-25.9-31.3-39.5-57.6-42.5-20.3-2.2-96.8-5.4-167.6-7-23-.5-48.8-.8-75.7-.8zm-280 71.78l65.75.25 65.8.28.3 18.8.3 18.7-22.8.3-22.8.3-.5 121.5-.5 121.5-19.7.3c-15.2.2-19.9 0-20.2-1-.2-.7-.6-55.4-.7-121.7l-.2-120.5-22.2-.2-22.2-.3V72zm286 .03h36v46c0 25.3.33 46 .75 46s4.3-3.3 8.5-7.4c9.8-9.4 17.9-13.5 28.2-14.3 18.4-1.4 29.4 8.1 34.4 29.7 1.6 6.8 1.7 14.5 1.7 77 0 76.2 0 76.5-6.1 90.1-3.1 7.1-10.2 14-16 15.7-15.1 4.5-27.2.8-41.2-12.3-4.3-4.1-8.4-7.4-9-7.4-.7 0-1.1 3.2-1.1 9.5v9.5h-36v-282zm200.08 70.1c20.26.3 40.02 11.4 48.45 29.2 5.8 12.4 6.6 17.7 7.1 52.5l.5 31.3-38.4.3-38.4.3-.3 21c-.4 29.7 1.6 38.8 9.6 44.2 6.7 4.6 17 4.2 22.7-.7 5.2-4.6 6.7-9.6 7.2-24.1l.5-12.7h37.1l-.6 14.27c-.3 7.84-1.3 16.83-2.1 20-5 18.56-18.4 31.7-37.6 37.1-26 7.25-54.5-4.64-65.9-27.44-6.4-12.8-6.7-15.4-6.7-77.9 0-51 .2-57.3 1.8-64.3 4.6-19.7 16.1-32.4 35.5-39.5 5.6-2.02 11.5-3.1 17.3-3.2h1.9zm-345.08 3h35.97l.28 85.3c.3 83.8.3 85.3 2.4 88.7 2.7 4.6 6.7 5.8 13.2 4 3.8-1 6.4-2.9 12.6-9l7.8-7.7V144.8h36v209h-36v-11c0-8.27-.3-11-1.3-11-.7 0-3.9 2.74-7.2 6.07-7.1 7.23-15.5 13.06-22.7 15.75-14.9 5.58-29 2.33-35.1-8.06-5.5-9.5-5.6-11.63-5.6-110.22V144.8zm344.6 29.7c-9.66 0-15.78 4.7-18.67 14.3-1.3 4.1-2.6 32.1-1.6 34.6.5 1.4 3.3 1.6 20.2 1.6h19.6l-.3-17.7c-.3-16.3-.6-18.1-2.8-22.5-3.5-6.96-8.5-10.05-16.6-10.05zM846.08 177h-1.05c-4.4.17-9.28 2-13.97 5.6l-3.5 2.66v127.5l3.5 2.67c7.92 6.04 16.63 7.3 22.62 3.3 2.37-1.6 3.92-3.77 5.13-7.24 1.6-4.6 1.7-10.4 1.5-64-.2-55.9-.3-59.2-2.1-62.9-2.4-4.9-6.9-7.5-12-7.7z\"/><\/svg>\')!important;", " background-size: contain!important;", " background-position: 0!important;", " }", "", " body.static-yt-logo #yt-masthead .doodle-removed #logo", " {", " background-position: 0!important;", " }", "", " .yt-lockup-dismissable .watched-badge", " {", " content: \" \\1F441\"!important;", " color: rgb(255,255,255)!important;", " opacity: 0.6!important;", " padding: 0!important;", " font-size: 2em!important;", " background-color: transparent!important;", " height: 100%!important;", " width: 100%!important;", " text-align: center!important;", " line-height: 100px!important;", " text-shadow: 0 0 5px rgb(15,15,15)!important;", " top: 0!important;", " left: 0!important;", " transition: opacity 0.24s ease-in-out!important;", " }", "", " .yt-lockup-dismissable .watched-badge:hover", " {", " opacity: 0!important;", " transition: opacity 0.24s ease-in-out!important;", " }", "", " .yt-lockup-dismissable .watched .video-thumb", " {", " -webkit-filter: blur(2px)!important;", " filter: blur(2px)!important;", " transition: 0.48s!important;", " }", "", " .yt-lockup-dismissable .watched:hover .video-thumb", " {", " -webkit-filter: blur(0)!important;", " filter: blur(0)!important;", " transition: 0.48s!important;", " }", "", " .yt-card", " {", " background-color: rgb(33,33,33)!important;", " box-shadow: 0 1px 2px rgba(0,0,0,0.2)!important;", " }", "", " .yt-uix-button-text,.branded-page-module-title,.branded-page-module-title-text,.branded-page-module-title a,.view-count,.yt-dialog-fg-content,.yt-uix-overlay-fg-content,.yt-dialog-fg-content .yt-dialog-title,.yt-uix-overlay-fg-content .yt-dialog-title", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-dialog-fg,.yt-uix-overlay-fg", " {", " border: none!important;", " }", "", " .yt-uix-button-default,.yt-uix-button-default[disabled],.yt-uix-button-default[disabled]:hover,.yt-uix-button-default[disabled]:active,.yt-uix-button-default[disabled]:focus", " {", " border-color: rgba(255,255,255,0.1)!important;", " background-color: rgba(255,255,255,0.1)!important;", " color: rgb(192,192,192)!important;", " }", "", " .yt-uix-button-default:hover,.yt-uix-button-text:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " box-shadow: 0 1px 0 rgba(0,0,0,0.2)!important;", " }", "", " #yt-masthead-container,.feed-list,.feed-item-container", " {", " background-color: rgb(33,33,33)!important;", " border: rgba(21,21,21,0.8)!important;", " }", "", " .masthead-search-terms-border", " {", " box-shadow: none!important;", " }", "", " .gsst_a", " {", " position: relative!important;", " right: 32px!important;", " }", "", " .gsfi", " {", " height: 32px!important;", " position: absolute!important;", " }", " @-webkit-keyframes scaleout", " {", " 0%{-webkit-transform: scale(0.0);", " }", "", " 100%", " {", " -webkit-transform: scale(1.0);", " opacity: 0;", " }", " }", "", " @keyframes scaleout", " {", " 0%", " {", " transform: scale(0.0);", " -webkit-transform: scale(0.0);", " }", "", " 100%", " {", " transform: scale(1.0);", " -webkit-transform: scale(1.0);", " opacity: 0;", " }", " }", "", " .yt-spinner-img", " {", " width: 20px;", " height: 20px;", " margin: 0 auto;", " background-image: none!important;", " background-color: rgb(204,24,30)!important;", " border-radius: 100%!important;", " -webkit-animation: scaleout 1.0s infinite ease-in-out;", " animation: scaleout 1.0s infinite ease-in-out;", " }", "", " #appbar-settings-button .yt-uix-button-arrow", " {", " border-top-color: rgb(15,15,15)!important;", " }", "", " #yt-masthead-user-displayname,#yt-masthead-notifications-title", " {", " color: rgb(142,142,142)!important;", " }", "", " #yt-masthead-user #sb-button-notify", " {", " width: 26px!important;", " background-color: transparent!important;", " margin-right: 10px!important;", " }", "", " #yt-masthead-user .sb-notif-on .yt-uix-button-content", " {", " border-color: transparent!important;", " }", "", " #guide-container,#appbar-guide-menu,.guide-toplevel,#guide,#appbar-guide-button-container,#watch-response", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .branded-page-related-channels-item .yt-close", " {", " z-index: 2!important;", " cursor: pointer!important;", " }", "", " .guide-item.guide-item-selected,.guide-item.guide-item-selected:hover,.guide-item.guide-item-selected .yt-deemphasized-text,.guide-item.guide-item-selected:hover .yt-deemphasized-text", " {", " background-color: rgb(204,24,30)!important;", " }", "", " .guide-flyout", " {", " background-color: rgb(33,33,33)!important;", " border-color: rgb(33,33,33)!important;", " }", "", " .guide-flyout-container .guide-view-more", " {", " cursor: pointer;", " }", "", " li.guide-section h3 a", " {", " color: rgb(142,142,142)!important;", " }", "", " #masthead-appbar", " {", " background-color: rgb(33,33,33)!important;", " border: rgba(0,0,0,0.2)!important;", " }", "", " #masthead-expanded-container", " {", " background-color: rgb(33,33,33)!important;", " border-bottom-color: rgba(0,0,0,0.2)!important;", " }", "", " #masthead-search label,#masthead-search-terms,.masthead-search-terms-border", " {", " height: 34px;", " top: -2px!important;", " border: none!important;", " background-color: rgb(33,33,33)!important;", " margin-bottom: 0!important;", " border-radius: 3px!important;", " }", "", " #masthead-search-term", " {", " background: rgba(255,255,255,0.1)!important;", " border: 1px solid rgb(33,33,33)!important;", " box-shadow: none!important;", " color: rgb(255,255,255)!important;", " border-radius: 2px!important;", " transition: background 0.5s!important;", " }", "", " #masthead-search-term:hover,#masthead-search-term:focus", " {", " background: rgba(255,255,255,0.22)!important;", " transition: background 0.5s!important;", " }", "", " #masthead-search-terms input", " {", " padding-left: 10px!important;", " }", "", " #search-btn", " {", " background-color: transparent!important;", " width: 50px!important;", " position: relative!important;", " left: -53px!important;", " bottom: 2px!important;", " border: none!important;", " margin-top: 2px!important;", " margin-left: 3px!important;", " border-radius: 2px!important;", " z-index: 1!important;", " box-shadow: none!important;", " }", "", " #yt-masthead-user .yt-uix-button-icon-bell,#upload-btn.yt-uix-button-has-icon", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " #yt-masthead-user #yt-masthead-notifications-button", " {", " background-color: transparent!important;", " }", "", " #yt-masthead-user #yt-masthead-notifications-button:hover", " {", " box-shadow: none!important;", " }", "", " #appbar-settings-button", " {", " border-left: 1px solid rgb(33,33,33)!important;", " }", "", " .yt-uix-clickcard-card-reverse .yt-uix-card-body-arrow-vertical,.yt-uix-clickcard-card-reverse .yt-uix-card-border-arrow-vertical", " {", " border-bottom-color: rgb(33,33,33)!important;", " }", "", " .yt-uix-clickcard-card.yt-masthead-multilogin .yt-masthead-picker-header,.yt-uix-clickcard-card.yt-masthead-multilogin .yt-masthead-multilogin-users-header", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .yt-uix-hovercard-card-body,.yt-masthead-account-picker.yt-uix-clickcard-card-content,.yt-uix-clickcard-card-border,.yt-uix-hovercard-card-border", " {", " background-color: rgb(33,33,33)!important;", " color: rgb(192,192,192)!important;", " border-color: transparent!important;", " }", "", " .yt-masthead-account-picker-option", " {", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-masthead-account-picker-option .yt-masthead-picker-name", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-uix-button-icon-icon-account-settings", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .yt-masthead-account-picker .yt-masthead-picker-button", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .yt-masthead-picker-footer", " {", " border-top: 1px solid rgba(0,0,0,0.2)!important;", " }", "", " .yt-uix-card-body-arrow-vertical", " {", " border-top-color: rgb(33,33,33)!important;", " }", "", " .yt-uix-card-border-arrow-vertical", " {", " border-top-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-masthead-picker-footer", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .guide-pinned .guide-pinning-enabled #appbar-guide-menu,.yt-horizontal-rule", " {", " border-color: transparent!important;", " }", "", " .guide-item,.yt-uix-redirect-link", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-uix-redirect-link:hover,.multirow-shelf .yt-uix-expander-head", " {", " color: rgb(22,122,198)!important;", " }", "", " .guide-section-separator", " {", " border: none!important;", " }", "", " .guide-item.guide-item-selected,.guide-item:hover", " {", " color: rgb(255,255,255)!important;", " }", "", " .yt-uix-button-default,.yt-uix-button-shelf-slider-pager,.yt-uix-form-input-select,.yt-uix-form-input-checkbox-element,.yt-uix-button-subscribe-unbranded", " {", " text-shadow: none!important;", " background-color:rgb(33, 33, 33)!important;", " border: 1px solid transparent!important;", " color: rgb(192,192,192)!important;", " }", "", " .yt-uix-button-subscribe-unbranded:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .yt-uix-shelfslider-prev", " {", " border-radius: 3px 0 0 3px!important;", " }", "", " .yt-uix-shelfslider-next", " {", " border-radius: 0 3px 3px 0!important;", " }", "", " .site-center-aligned .yt-card", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .yt-ui-menu-content", " {", " background-color: rgba(21,21,21,0.8)!important;", " border-color: rgba(21,21,21,0.8)!important;", " }", "", " .yt-uix-button-menu", " {", " background-color: rgba(21,21,21,0.8)!important;", " color: rgb(192,192,192)!important;", " border: 1px solid transparent!important;", " }", "", " .yt-uix-button-menu-item", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-ui-menu-item", " {", " color: rgb(192,192,192)!important;", " transition: ease-in-out color 0.3s!important;", " }", "", " .yt-ui-menu-item:hover,.yt-uix-menu-trigger-selected .yt-ui-menu-item", " {", " background-color: transparent!important;", " color: rgb(192,192,192)!important;", " transition: ease-in-out color 0.15s!important;", " }", "", " .yt-uix-button-opacity", " {", " transition: ease-in-out opacity 0.3s!important;", " }", "", " .yt-uix-button-opacity:hover", " {", " transition: ease-in-out opacity 0.15s!important;", " }", "", " .yt-uix-button-arrow", " {", " border-top-color: rgb(192,192,192)!important;", " }", "", " .yt-uix-button-subscribed-unbranded", " {", " background-color: rgba(255,255,255,0.1)!important;", " border-color: transparent!important;", " color: rgb(15,15,15)!important;", " opacity: 0.6!important;", " }", "", " .yt-uix-button-subscribed-unbranded:before", " {", " content: \"\\2713\"!important;", " padding-left: 2px!important;", " color: rgb(192,192,192)!important;", " }", "", " a.yt-uix-button.yt-uix-button-epic-nav-item", " {", " color: rgb(142,142,142)!important;", " border-bottom: solid 3px transparent!important;", " }", "", " .epic-nav-item-heading", " {", " color: rgb(192,192,192)!important;", " }", "", " a.yt-uix-button-epic-nav-item:hover:not(.secondary-nav)", " {", " color: rgb(192,192,192)!important;", " border-bottom: 3px solid rgba(255,255,255,0.1)!important;", " }", "", " a.yt-uix-button-epic-nav-item.partially-selected:hover,button.yt-uix-button-epic-nav-item:hover,button.yt-uix-button-epic-nav-item.selected,button.yt-uix-button-epic-nav-item.yt-uix-button-toggled,.epic-nav-item:hover,.epic-nav-item.selected,.epic-nav-item.yt-uix-button-toggled,.epic-nav-item-heading", " {", " border-color: rgb(204,24,30)!important;", " }", "", " .yt-uix-button-default.yt-uix-button-active,.yt-uix-button-default.yt-uix-button-active,.yt-uix-button-default.yt-uix-button-active:focus,.yt-uix-button-default.yt-uix-button-toggled,.yt-uix-button-default.yt-uix-button-toggled:hover", " {", " box-shadow: 0 0 3px black inset;", " border-color: rgb(15,15,15)!important;", " }", "", " #masthead-positioner:hover #appbar-guide-button:hover", " {", " background-color: transparent!important;", " border-color: transparent!important;", " }", "", " #masthead-positioner:hover .yt-uix-button-icon-appbar-guide", " {", " opacity: 1;", " }", "", " .yt-dialog-base .yt-dialog-header .yt-dialog-close", " {", " background-color: transparent!important;", " }", "", " .yt-uix-form-input-text,.yt-uix-form-input-textarea", " {", " background-color: rgb(15,15,15)!important;", " border-color: transparent!important;", " color: rgb(142,142,142)!important;", " }", "", " .yt-uix-form-input-checkbox-container input:checked + .yt-uix-form-input-checkbox-element", " {", " background-color: rgb(22,122,198)!important;", " }", "", " #footer-main", " {", " border-bottom: none!important;", " }", "", " #footer-container,#footer", " {", " border: 1px solid transparent!important;", " background-color: rgb(33,33,33)!important;", " }", "", " #footer-links a", " {", " color: rgb(142,142,142)!important;", " }", "", " #footer-links a:hover", " {", " color: rgb(22,122,198)!important;", " }", "", " #footer .yt-picker", " {", " background-color: rgb(15,15,15)!important;", " }", "", " #footer .yt-uix-button-icon-footer-history,#footer .yt-uix-button-icon-questionmark,.yt-uix-button-icon-footer-language", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .yt-picker-header,.yt-picker-hr,#safety-form p.safety-submit", " {", " border: 0!important;", " }", "", " .yt-picker-header .yt", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-picker-content strong", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-dialog-base", " {", " background-color: rgb(15,15,15)!important;", " }", "", " .yt-dialog-fg", " {", " box-shadow: 0 0 20px rgb(15,15,15)!important;", " }", "", " .yt-dialog-fg,.yt-dialog-title,.yt-uix-overlay-actions", " {", " border-color: transparent!important;", " }", "", " .yt-dialog-fg", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .yt-uix-overlay-actions", " {", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " .overlay-confirmation-display-name,.overlay-confirmation-content", " {", " color: rgb(192,192,192)!important;", " }", "", " .gssb_m", " {", " background-color: rgba(21,21,21,0.8)!important;", " color: rgb(192,192,192)!important;", " }", "", " .gssb_e", " {", " border-color: transparent!important;", " }", "", " .gssb_m tr", " {", " }", "", " .gsq_a td:hover,table .gssb_a.gsfs:hover,.gssb_i td", " {", " background-color: rgba(255,255,255,0.22)!important;", " cursor: pointer!important;", " }", "", " .sb-on,.sb-card-border", " {", " box-shadow: none!important;", " border-color: rgb(15,15,15)!important;", " }", "", " .sb-card-arrow", " {", " border-bottom-color: black!important;", " }", "", " .sb-card-body-arrow", " {", " border-bottom-color: rgb(33,33,33)!important;", " }", "", " #sb-target", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .feed-item-main", " {", " background-color: transparent!important;", " }", "", " .feed-header", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-lockup-title a,.lohp-video-link,.yt-lockup .yt-lockup-byline a", " {", " color: rgb(192,192,192);", " }", "", " .yt-lockup-title a:hover,.lohp-video-link:hover,.yt-lockup .yt-lockup-byline a:hover", " {", " color: rgb(22,122,198);", " }", "", " .yt-lockup-notifications-container", " {", " border-color: transparent!important;", " }", "", " .yt-lockup-notification .yt-lockup-title a", " {", " color: rgb(192,192,192)!important;", " }", "", " .service-endpoint-replace-enclosing-action-notification", " {", " border: 2px dotted rgba(255,255,255,0.1)!important;", " }", "", " .yt-uix-button-icon-dismissal", " {", " background: none!important;", " }", "", " .yt-uix-button-icon-dismissal:before", " {", " content: \'\\2715\'!important;", " color: rgb(192,192,192)!important;", " font-size: 16pt;", " line-height: 8pt!important;", " position: relative;", " width: 12px!important;", " height: 12px!important;", " }", "", " .branded-page-v2-secondary-col .branded-page-related-channels-see-more a", " {", " color: rgb(192,192,192)!important;", " opacity: 0.75!important;", " }", "", " .branded-page-v2-secondary-col .branded-page-related-channels-see-more a:hover", " {", " opacity: 1!important;", " }", "", " .feed-item-main,.yt-uix-button-menu li.yt-uix-button-menu-new-section-separator", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .feed-item-container .feed-item-main,.yt-lockup-content,.yt-lockup-deemphasized-text,.yt-lockup .yt-lockup-meta a", " {", " color: rgb(142,142,142)!important;", " }", "", " .feed-item-container.legacy-style .feed-item-main", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-lockup .yt-lockup-meta a:hover", " {", " color: rgb(22,122,198)!important;", " }", "", " .feed-item-content-wrapper.channel-lockup", " {", " background-color: rgba(0,0,0,0.2)!important;", " border-color: transparent!important;", " box-shadow: none!important;", " }", "", " .feed-item-channel-rec-text a", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-subscription-button-subscriber-count-unbranded-horizontal", " {", " background-color: rgba(0,0,0,0.2)!important;", " border-color: transparent!important;", " color: rgb(192,192,192)!important;", " margin-left: 0!important;", " border-radius: 2px 0 0 2px!important;", " }", "", " .yt-subscription-button-subscriber-count-unbranded-horizontal:after,.yt-subscription-button-subscriber-count-unbranded-horizontal:before", " {", " border-right-color: rgba(255,255,255,0.22)!important;", " }", "", " .yt-uix-button.yt-uix-button-subscribe-unbranded,.yt-uix-button.yt-uix-button-subscribed-unbranded", " {", " border-radius: 2px 0 0 2px!important;", " }", "", " .pl-header .pl-header-title", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-lockup-playlist-item", " {", " border-bottom-color: rgba(255,255,255,0.22)!important;", " }", "", " .yt-badge", " {", " background-color: rgba(0,0,0,0.2)!important;", " color: rgb(142,142,142)!important;", " border-color: transparent!important;", " }", "", " .yt-badge.yt-badge-live", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-badge-live::before", " {", " content: \" \";", " width: 6px;", " height: 6px;", " margin-right: 4px;", " background-color: rgb(204,24,30);", " border-radius: 50%;", " display: inline-block;", " animation: 3s ease-in-out infinite neon2!important;", " }", "", " @keyframes neon2", " {", " 0%", " {", " box-shadow: rgb(204,24,30) 0 0 1px;", " }", "", " 50%", " {", " box-shadow: rgb(204,24,30) 0 0 5px;", " }", "", " 100%", " {", " box-shadow: rgb(204,24,30) 0 0 1px;", " }", " }", "", " .compact-shelf .yt-uix-shelfslider-next-arrow,.compact-shelf .yt-uix-shelfslider-prev-arrow,.yt-uix-button-icon-view-module,.yt-uix-button-icon-view-list", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .collection-promo,#subscription-manager-container .subscription-manager-header", " {", " border: none!important;", " }", "", " #subscription-manager-container .subscription-manager-sort-cell .yt-uix-button-content", " {", " color: rgb(192,192,192)!important;", " }", "", " .subscription-table-header", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " #subscriptions-container", " {", " padding-left: 0!important;", " padding-right: 0!important;", " }", "", " #subscription-manager-list .subscription-item:nth-child(odd)", " {", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-ui-bulkactions .yt-uix-form-input-checkbox-element,#subscription-manager-list .yt-uix-form-input-checkbox-element", " {", " border: solid 1px rgba(0,0,0,0.2)!important;", " }", "", " .bulkactions-actions-button .yt-uix-button-content,.subscriptions-sort-button .yt-uix-button-content", " {", " color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-uix-form-input-fluid .yt-uix-form-input-text,.subscriptions-filter .filter-field", " {", " background-color: rgb(15,15,15)!important;", " }", "", " .subscriptions-filter .filter-field-container", " {", " border-color: rgba(0,0,0,0.2)!important;", " border-radius: 2px!important;", " }", "", " .collection-promo .yt,#subscription-manager-container .subscription-title,.business-email-container,.about-metadata-container", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-uix-button-icon-opml-export,#opml-export-container .yt-help-icon,#channel-search .show-search .search-icon,.yt-uix-button-icon-channel-back", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " #channel-search:hover .show-search .search-icon", " {", " opacity: 0.65!important;", " }", "", " .search-header .num-results,.search-header .num-results strong,.search-header .yt-uix-button-content", " {", " color: rgb(142,142,142)!important;", " }", "", " .filter", " {", " color: rgb(142,142,142)!important;", " }", "", " .filter-sort.filter-selected", " {", " color: rgb(255,255,255)!important;", " }", "", " .filter-col-title", " {", " color: rgb(192,192,192)!important;", " }", "", " .watch-card", " {", " color: rgb(192,192,192)!important;", " }", "", " .watch-card a", " {", " color: rgb(142,142,142)!important;", " }", "", " .watch-card a:hover", " {", " color: rgb(22,122,198)!important;", " }", "", " .watch-card .yt-uix-tabs-tab:hover,.watch-card .watch-card-more-tab:hover,.watch-card .yt-uix-tabs-selected", " {", " color: rgb(255,255,255)!important;", " }", "", " .watch-card-list tr:first-child td", " {", " border-top-color: rgba(0,0,0,0.2)!important;", " }", "", " .watch-card-list td", " {", " border-bottom-color: rgba(0,0,0,0.2)!important;", " }", "", " .has-custom-banner,#c4-header-bg-container", " {", " border-bottom: transparent!important;", " box-shadow: 0 8px 8px -8px rgb(15,15,15)!important;", " }", "", " .welcome.c4-spotlight-module-component", " {", " border-bottom-color: rgb(15,15,15)!important;", " }", "", " .c4-welcome-primary-col", " {", " border-right-color: rgb(15,15,15)!important;", " }", "", " .c4-welcome-secondary-col", " {", " border-left-color: rgb(15,15,15)!important;", " }", "", " .branded-page-header-title-link", " {", " color: rgb(192,192,192)!important;", " }", "", " .branded-page-v2-subnav-container,.search-header,#channel-feed-post-form", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .content-item-time-created,.count,.related-channels-toggle-group > .yt-uix-button", " {", " color: rgb(142,142,142)!important;", " }", "", " .yt-uix-expander-ellipsis,.related-channels-editor:hover", " {", " background-color: rgb(33,33,33)!important;", " color: rgb(142,142,142)!important;", " }", "", " .compact-shelf-view-all-card a", " {", " display: block!important;", " width: 160px!important;", " margin-left: -15px!important;", " height: 61px!important;", " padding: 39px 0 0 15px!important;", " font-size: 150%!important;", " }", "", " .compact-shelf-view-all-card", " {", " background-color: rgb(33,33,33)!important;", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-uix-button-icon-c4-grid-flow", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .yt-uix-button-icon-c4-list-flow", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .yt-uix-button-empty .yt-uix-button-arrow", " {", " right: -5px!important;", " position: relative!important;", " }", "", " #about-business-email-form,.about-metadata-editor-form", " {", " border-color: rgba(0,0,0,0.2);", " }", "", " .c4-module-editor-delete::before,.ytch-search-container #comments-search-btn .yt-uix-button-content", " {", " filter: invert(1);", " }", "", " .c4-module-editor-form", " {", " background-color: rgba(0,0,0,0.2);", " }", "", " .video-dds,.video-dds:hover,.video-dds.open", " {", " border-color: transparent;", " }", "", " .video-dds .topline", " {", " background-color: rgba(255,255,255,0.1);", " }", "", " .video-dds .topline:hover,.video-dds.open .topline", " {", " background-color: rgba(255,255,255,0.22);", " }", "", " .video-dds .list", " {", " background-color: rgba(21,21,21,0.8);", " }", "", " .video-dds .highlight", " {", " color: rgb(192,192,192);", " }", "", " .video-dds .entry:hover .highlight", " {", " background-color: rgba(0,0,0,0.2);", " color: rgb(255,255,255);", " }", "", " .comments .mod-button .default-state", " {", " filter: invert(1);", " }", "", " .commenthub .comments .mod-buttonbar .mod-button-content:hover,.comments .comment-item:hover .mod-buttonbar,.comments .comment-item:hover .mod-buttonbar .mod-button", " {", " color: rgb(192,192,192);", " background-color: transparent;", " border-color: transparent;", " }", "", " .comments .add-options-separator", " {", " background-color: rgba(0,0,0,0.2);", " }", "", " .yt-shelf-grid-item", " {", " margin-right: 5px!important;", " }", "", " .qualified-channel-title.ellipsized .qualified-channel-title-text a:hover,.qualified-channel-title.ellipsized .qualified-channel-title-text a:focus", " {", " text-decoration: none!important;", " }", "", " .yt-gb-shelf .yt-uix-sessionlink", " {", " padding: 6px!important;", " }", "", " .yt-gb-shelf .yt-uix-sessionlink:hover", " {", " background-color: rgb(22,122,198)!important;", " color: rgb(33,33,33)!important;", " border-radius: 6px!important;", " padding: 6px!important;", " }", "", " .yt-gb-shelf-paddle", " {", " border: 1px solid rgba(0,0,0,0.2)!important;", " ;background-color: rgba(255,255,255,0.1)!important;", " }", "", " .yt-gb-shelf .yt-gb-shelf-paddle:hover", " {", " box-shadow: 0 0 10px 1px rgba(0,0,0,0.2)!important;", " }", "", " .yt-gb-inline-preview-video .yt-uix-sessionlink:hover", " {", " background-color: transparent!important;", " color: transparent!important;", " border-radius: 6px!important;", " padding: 6px!important;", " }", "", " .category-header .category-title", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-gb-preview-videos-title,.yt-gb-shelf-hero-content .description", " {", " color: rgb(142,142,142)!important;", " }", "", " .yt-gb-compact-shelf,.yt-gb-shelf-main-content", " {", " margin-bottom: 18px!important;", " border: none!important;", " box-shadow: rgba(0,0,0,0.2) 0 5px 8px!important;", " background-color: rgba(0,0,0,0.2)!important;", " padding: 15px!important;", " }", "", " .qualified-channel-title.ellipsized .qualified-channel-title-text", " {", " font-size: 1.6em!important;", " line-height: 1.2em!important;", " }", "", " .yt-gb-shelf-hero-content .qualified-channel-title", " {", " margin-top: 0!important;", " }", "", " .yt-gb-preview-header-item.description-item .title,.yt-gb-preview-header-item.stats-item .stat-value,.yt-gb-preview-body .yt-gb-preview-video .yt-gb-preview-video-title", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-gb-preview-header", " {", " border-bottom: 1px solid rgba(0,0,0,0.2)!important;", " background-image: none!important;", " background-color: rgb(33,33,33)!important;", " }", "", " .yt-gb-preview-body", " {", " background-color: rgb(15,15,15)!important;", " }", "", " .yt-gb-preview .yt-uix-button-icon-previous,body.rtl .yt-gb-preview .yt-uix-button-icon-next,.yt-gb-preview .yt-uix-button-icon-next,body.rtl .yt-gb-preview .yt-uix-button-icon-previous,.yt-gb-preview-header .yt-gb-preview-close,.yt-close-img,.box-close-link img,.yt-uix-clickcard-close,.close-small", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .ytp-swatch-background-color,.ytp-swatch-background-color-secondary,.ytp-volume-slider-track", " {", " background-color: rgb(204,24,30);", " }", "", " #watch7-subscription-container .channel-settings-link::before", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .creator-bar-item .yt-uix-button-icon-info,.creator-bar-item .yt-uix-button-icon-enhance,.creator-bar-item .yt-uix-button-icon -audio,.creator-bar-item .yt-uix-button-icon-annotations,.creator-bar-item .yt-uix-button-icon-cards,.creator-bar-item .yt-uix-button-icon-captions", " {", " opacity: 0.6!important;", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .html5-video-player a,#watch-header .yt-user-info a", " {", " color: rgb(192,192,192)!important;", " }", "", " .ytp-ce-expanding-overlay-background", " {", " background-color: rgb(33,33,33);", " }", "", " .ytp-ce-channel-this .ytp-ce-channel-metadata", " {", " border-top: 1px solid rgba(0,0,0,0.2);", " }", "", " #action-panel-details", " {", " border-color: transparent!important;", " padding-right: 15px!important;", " }", "", " #action-panel-details a", " {", " color: rgb(22,122,198)!important;", " }", "", " .action-panel-content", " {", " padding-right: 0!important;", " }", "", " .action-panel-trigger,.num-results,.num-results strong", " {", " }", "", " #watch7-creator-bar", " {", " border-color: transparent!important;", " }", "", " .yt-uix-button-panel .creator-bar-item .yt-uix-button-text-dark,.yt-uix-button-panel .creator-bar-item .yt-uix-button-text-dark", " {", " background-color: rgba(255,255,255,0.1)!important;", " color: rgb(192,192,192)!important;", " }", "", " .yt-uix-button-panel:hover .creator-bar-item .yt-uix-button-text-dark", " {", " border-color: transparent!important;", " }", "", " .yt-uix-button-panel .creator-bar-item .yt-uix-button-text-dark:hover", " {", " border-color: transparent!important;", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " #watch7-secondary-actions .yt-uix-button", " {", " transition: 0.3s!important;", " }", "", " #watch7-secondary-actions .yt-uix-button:hover", " {", " border-bottom-color: rgba(255,255,255,0.22)!important;", " transition: 0.3s!important;", " }", "", " .yt-uix-button-subscribe-branded::before", " {", " background: url(\'data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 19 14\"><path d=\"M4 0C1.784 0 0 1.784 0 4v6c0 2.216 1.784 4 4 4h11c2.216 0 4-1.784 4-4V4c0-2.216-1.784-4-4-4H4zm3.135 3.77l4.418 3.412L7.127 9.77l.008-6z\" fill=\"%23fff\"/><\/svg>\')!important;", " height: 16px!important;", " }", "", " .yt-uix-button-subscribe-branded", " {", " box-shadow: none!important;", " background-color: rgb(204,24,30)!important;", " transition: 0.3s!important;", " border-top-right-radius: 0!important;", " border-bottom-right-radius: 0!important;", " }", "", " .yt-uix-button-subscribe-branded,.yt-uix-button-subscribe-branded[disabled],.yt-uix-button-subscribe-branded[disabled]:hover,.yt-uix-button-subscribe-branded[disabled]:active,.yt-uix-button-subscribe-branded[disabled]:focus", " {", " background-color: rgb(204,24,30)!important;", " }", "", " .yt-uix-button-subscribe-branded .subscribe-label", " {", " color: rgb(255,255,255)!important;", " }", "", " .yt-uix-button-subscribe-branded:hover", " {", " background-image: none!important;", " transition: 0.3s!important;", " }", "", " .yt-subscription-button-subscriber-count-branded-horizontal", " {", " background-color: rgba(0,0,0,0.2)!important;", " border-color: rgba(0,0,0,0.2)!important;", " color: rgb(192,192,192)!important;", " left: 4px;", " position: relative;", " }", "", " .yt-subscription-button-subscriber-count-branded-horizontal:after,.yt-subscription-button-subscriber-count-branded-horizontal:before", " {", " border-right-color: rgba(255,255,255,0.22)!important;", " }", "", " .yt-uix-subscription-preferences-button .yt-uix-button-icon-subscription-preferences .yt-uix-button-icon-wrapper", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .yt-uix-button-subscription-container .yt-uix-button-default", " {", " background-color: rgba(255,255,255,0.1)!important;", " position: relative!important;", " left: 2px!important;", " transition: 0.3s!important;", " border-radius: 0!important;", " }", "", " .yt-uix-subscription-preferences-button", " {", " border-left-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-uix-button-subscribed-branded", " {", " background-image: none!important;", " background-color: rgba(255,255,255,0.1)!important;", " border-color: transparent!important;", " color: rgb(192,192,192)!important;", " border-radius: 3px 0 0 3px!important;", " transition: 0.3s!important;", " }", "", " .yt-uix-button-subscription-container .yt-uix-button-default", " {", " border-radius: 0 3px 3px 0!important;", " }", "", " .yt-uix-button-subscribed-branded:hover,.yt-uix-button-subscription-container .yt-uix-button-default:hover", " {", " color: rgb(255,255,255)!important;", " transition: 0.3s!important;", " background-color: rgb(33,33,33)!important;", " }", "", " .addto-watch-later-button::before,.addto-watch-later-button-sign-in::before,.action-panel-trigger-none-addto:before,#pl-header .yt-uix-playlistlike::before,.action-panel-trigger-share:before,#action-panel-overflow-button:before,.action-panel-trigger-overflow:before,#watch8-action-buttons .addto-button::before,.action-panel-trigger-transcript.yt-ui-menu-item.has-icon::before", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .contains-addto .addto-watch-later-button,.addto-watch-later-button", " {", " background-color: rgba(21,21,21,0.8)!important;", " }", "", " .yt-uix-button.addto-watch-later-button-success", " {", " background-color: rgb(76,175,80)!important;", " color: rgb(255,255,255)!important;", " }", "", " .addto-watch-later-button-success::before", " {", " background: none!important;", " color: rgb(255,255,255)!important;", " content: \"\\2713\"!important;", " font-family: \"Segoe UI Symbol\"!important;", " position: relative!important;", " top: 4px!important;", " }", "", " .yt-uix-button.addto-watch-later-button-remove,.yt-uix-button.addto-watch-later-button-error", " {", " background-image: linear-gradient(to bottom,#C95145 0,#913D37 100%)!important;", " }", "", " .addto-watch-later-button-remove::before,.addto-watch-later-button-error::before", " {", " background: none!important;", " color: rgb(255,255,255)!important;", " content: \"X\"!important;", " position: relative!important;", " top: 4px!important;", " }", "", " .like-button-renderer-like-button.yt-uix-button::before", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " opacity: 0.5;", " }", "", " .like-button-renderer-like-button.yt-uix-button:active:before,.like-button-renderer-like-button.yt-uix-button.yt-uix-button-toggled:before", " {", " -webkit-filter: invert(0)!important;", " filter: invert(0)!important;", " }", "", " .yt-uix-button-has-icon.no-icon-markup .yt-uix-button-content,#watch-like:not(.yt-uix-button-toggled) .yt-uix-button-content,#watch-like:not(.yt-uix-button-toggled):hover .yt-uix-button-content,.video-list .video-list-item .description,.video-list .video-list-item .stat .g-hovercard", " {", " color: rgb(192,192,192)!important;", " }", "", " .video-list .video-list-item .stat", " {", " color: rgb(142,142,142)!important;", " }", "", " .like-button-renderer-like-button.yt-uix-button.yt-uix-button-toggled::before", " {", " -webkit-filter: invert(0)!important;", " filter: invert(0)!important;", " opacity: 1!important;", " }", "", " .like-button-renderer-like-button.yt-uix-button-toggled .yt-uix-button-content", " {", " color: rgb(22,122,198)!important;", " }", "", " #watch-dislike:before,.like-button-renderer-dislike-button::before", " {", " color: rgb(142,142,142)!important;", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " opacity: 0.5!important;", " }", "", " #watch-dislike > span:nth-child(2)", " {", " color: rgb(192,192,192)!important;", " }", "", " .like-button-renderer-like-button.yt-uix-button:active:before,.like-button-renderer-like-button.yt-uix-button.yt-uix-button-toggled:before", " {", " -webkit-filter: invert(0)!important;", " filter: invert(0)!important;", " }", "", " #watch-description-extras .title,#watch-description-extras .content,.watch-view-count", " {", " color: rgb(142,142,142)!important;", " }", "", " #watch7-action-buttons .yt-uix-button-content", " {", " color: rgb(192,192,192)!important;", " text-shadow: 0 1px 0 rgb(15,15,15)!important;", " }", "", " #watch8-action-buttons", " {", " border-top-color: rgba(0,0,0,0.2)!important;", " }", "", " .video-extras-sparkbars", " {", " opacity: 0.85!important;", " }", "", " .video-extras-sparkbar-likes", " {", " background-color: rgb(22,122,198)!important;", " }", "", " .video-extras-sparkbar-dislikes", " {", " background-color: #cc181e!important;", " }", "", " #watch-headline-title", " {", " color: rgb(192,192,192);", " }", "", " .watch-content,#watch7-headline,#watch-headline-title,#watch7-user-header,#watch7-action-panel-footer,#watch7-sidebar", " {", " background-color: rgb(33,33,33)!important;", " }", "", " #watch7-action-buttons,#watch7-action-panels,#watch-discussion", " {", " border-color: rgb(33,33,33)!important;", " }", "", " #watch8-secondary-actions .yt-uix-button-content,#watch-description .watch-time-text", " {", " color: rgb(192,192,192)!important;", " }", "", " #watch-description,#yt-uix-videoactionmenu-menu h3", " {", " color: rgb(142,142,142)!important;", " }", "", " .add-to-widget .addto-playlist-item:hover,.add-to-widget .create-playlist-item:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .yt-card .yt-uix-button-expander", " {", " border-top-color: rgba(0,0,0,0.2)!important;", " color: rgb(142,142,142)!important;", " background-color: transparent!important;", " transition: color 0.7s!important;", " }", "", " .not-watch8 .toggle-button:hover", " {", " background-color: transparent!important;", " }", "", " .yt-card .yt-uix-button-expander:hover", " {", " color: rgb(22,122,198)!important;", " transition: color 0.7s!important;", " }", "", " #watch-appbar-playlist .playlist-videos-list > li.currently-playing", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .video-list .video-list-item .title", " {", " color: rgb(192,192,192)!important;", " }", "", " .video-list .video-list-item .title:hover", " {", " color: rgb(22,122,198)!important;", " }", "", " .metadata-info-title,.metadata-info:not(a)", " {", " color: rgb(142,142,142)!important;", " }", "", " .yt-uix-button .yt-uix-button-icon-action-panel-transcript,.action-panel-trigger-stats::before,.action-panel-trigger-report::before,.yt-uix-button-icon-report-user", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .yt-card .yt-uix-tabs", " {", " border-bottom: none!important;", " }", "", " .yt-card .yt-uix-tabs .yt-uix-button:hover", " {", " background-color: transparent!important;", " }", "", " .share-panel", " {", " padding: 10px!important;", " }", "", " .share-panel .yt-uix-button-text", " {", " color: rgb(192,192,192)!important;", " }", "", " #action-panel-dismiss", " {", " background-color: transparent!important;", " }", "", " #share-panel-buttons .yt-uix-button", " {", " color: rgb(142,142,142)!important;", " transition: 0.3s!important;", " }", "", " #share-panel-buttons .yt-uix-button:hover", " {", " transition: 0.3s!important;", " background-color: transparent!important;", " border-bottom-color: rgba(255,255,255,0.1)!important;", " }", "", " #share-panel-buttons .yt-uix-button.yt-uix-button-toggled", " {", " transition: 0.3s!important;", " border-bottom-color: rgb(204,24,30)!important;", " }", "", " .share-email-preview-container", " {", " color: rgb(192,192,192)!important;", " background-color: rgba(255,255,255,0.1)!important;", " }", "", " .share-email-preview a", " {", " color: rgb(22,122,198)!important;", " }", "", " .yt-uix-form-input-select-element option", " {", " background-color: rgb(142,142,142)!important;", " color: rgb(15,15,15)!important;", " border-color: rgb(33,33,33)!important;", " padding: 0!important;", " }", "", " .watch-playlists-drawer ul", " {", " border-color: rgb(33,33,33)!important;", " background-color: rgba(255,255,255,0.1)!important;", " box-shadow: 0 1px 4px rgb(15,15,15) inset;", " }", "", " .playlist-item a", " {", " color: rgb(142,142,142)!important;", " }", "", " .playlist-item a:hover", " {", " color: rgb(255,255,255)!important;", " }", "", " .watch-playlists-drawer .selected", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .add-to-widget .playlists", " {", " border-bottom-color: rgb(15,15,15)!important;", " }", "", " .add-to-widget .playlist-status,.add-to-widget .private-icon,.add-to-widget .to-be-added .playlist-status,.add-to-widget .contains-all-selected-videos .playlist-status,.add-to-widget .addto-search-playlist-section .search-icon,.add-to-widget .public-icon", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " #watch-transcript-track-selector", " {", " border: solid 1px rgb(33,33,33)!important;", " border-radius: 2px!important;", " color: rgb(15,15,15)!important;", " background-color: rgb(142,142,142)!important;", " }", "", " .caption-line", " {", " color: rgb(142,142,142)!important;", " border-color: rgb(33,33,33)!important;", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " .caption-line:hover", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .caption-line.caption-line-highlight,.caption-line-highlight .caption-line-time", " {", " background-color: rgba(0,0,0,0.2)!important;", " color: rgb(192,192,192)!important;", " }", "", " .report-video-title", " {", " font-size: 150%!important;", " border-bottom-color: rgb(33,33,33)!important;", " color: rgb(204,24,30)!important;", " }", "", " .all-comments,.all-comments a,#comment-section-renderer .comment-renderer-reply,.comment-replies-renderer-paginator.yt-uix-button-link.thumbMod,#comment-section-renderer .comment-renderer-footer .sprite-like,#comment-section-renderer .comment-renderer-footer .sprite-dislike,#comment-renderer-text", " {", " background-color: transparent!important;", " color: rgb(142,142,142)!important;", " }", "", " .comment-simplebox", " {", " background-color: transparent!important;", " }", "", " #comment-section-renderer .comment-renderer-footer .sprite-like,#comment-section-renderer .comment-renderer-footer .sprite-dislike,#comment-section-renderer .comment-renderer .sprite-like-dislike[data-action-on]:before", " {", " opacity: 0.7!important;", " -webkit-filter: invert(0);", " }", "", " #comment-section-renderer .comment-renderer-footer .sprite-like:hover,#comment-section-renderer .comment-renderer-footer .sprite-dislike:hover", " {", " opacity: 1!important;", " box-shadow: none!important;", " }", "", " #comment-section-renderer .sprite-like[data-action-on]::before,#comment-section-renderer .sprite-dislike[data-action-on]::before", " {", " filter: invert(0);", " }", "", " #comment-section-renderer .sprite-like-like:before,#comment-section-renderer .sprite-like-dislike:before", " {", " opacity: 1!important;", " }", "", " .comments .like-count", " {", " color: rgb(22,122,198)!important;", " }", "", " .comments .comment-header .user-name", " {", " color: rgb(192,192,192)!important;", " }", "", " .comments .comment-header .time a,.comments .comment-footer-action,.comments .comment-replies-header .load-comments a,.comments .comment-replies-header .hide-comments a", " {", " color: rgb(142,142,142)!important;", " }", "", " .comments .mod-list", " {", " background-color: rgba(21,21,21,0.8)!important;", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .comment-simplebox-renderer", " {", " }", "", " .comments .mod-list-button", " {", " background-color: transparent!important;", " color: rgb(192,192,192)!important;", " }", "", " .comments .mod-list-button:hover", " {", " background-color: rgba(21,21,21,0.8)!important;", " }", "", " .comments .sprite_caret.down,.comments .sprite_caret.up", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .comment-entry,.comment-thread-renderer", " {", " margin-top: 10px!important;", " margin-bottom: 25px!important;", " padding: 0px!important;", " }", "", " #yt-comments-sb-standin .box,.yt-commentbox-text,.yt-simplebox-text,.comment-simplebox-renderer-collapsed-content,.comment-simplebox-text", " {", " background-color: rgba(0,0,0,0.2)!important;", " border-color: rgba(0,0,0,0.2)!important;", " color: rgb(192,192,192)!important;", " top: -2px!important;", " position: relative!important;", " }", "", " #yt-comments-sb-standin .callout-outer,#yt-comments-sb-standin .callout-inner,.yt-simplebox-ready .yt-simplebox-arrow,.comment-simplebox-arrow .arrow-inner,.comment-simplebox-arrow .arrow-outer", " {", " display: none!important;", " }", "", " .comments .channel-owner .comment-header .user-name", " {", " background-color: rgb(22,122,198)!important;", " color: rgb(15,15,15)!important;", " border-radius: 2px!important;", " padding: 2px!important;", " }", "", " .comments .paginator,#comment-section-renderer .comment-section-renderer-paginator", " {", " background: none!important;", " background-color: rgba(255,255,255,0.1)!important;", " border: transparent!important;", " color: rgb(192,192,192)!important;", " }", "", " .comments .paginator:hover", " {", " background: none!important;", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .comments .sprite_like,.comments .sprite_dislike", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .kv8eNc #root", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .comment-renderer.channel-owner .comment-author-text", " {", " border-radius: 2px;", " padding: 0 2px 0 2px;", " background-color: rgb(22,122,198);", " color: rgb(15,15,15);", " }", "", " .autoplay-bar .autoplay-info-icon", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .yt-uix-checkbox-on-off input[type=\"checkbox\"]:checked + label", " {", " background-color: rgb(22,122,198)!important;", " }", "", " #watch7-sidebar .watch-sidebar-separation-line", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .watch-sidebar-head", " {", " color: rgb(192,192,192)!important;", " }", "", " #watch-appbar-playlist .playlist-videos-list > li:hover,.playlist-videos-list > li", " {", " transition: 0.3s!important;", " }", "", " #watch-appbar-playlist .playlist-videos-container", " {", " border: rgb(33,33,33) solid 1px;", " }", "", " .playlist-videos-list li:nth-child(odd)", " {", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " .pl-video", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " #pl-header .yt-uix-playlistlike::before,.play-all-icon-btn::before,#pl-header .playlist-share::before,.pl-header-privacy-only-me,.pl-header .yt-uix-button-icon-playlist-like,.pl-header .yt-uix-button-toggled .yt-uix-button-icon-playlist-like,.pl-video-edit-remove::before,.pl-video-edit-remove-liked-video::before,.create-playlist-widget-button .add-new-pl-btn::before,.yt-uix-button-icon-privacy-private", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .video-private-icon,.video-unlisted-icon", " {", " opacity: 0.75!important;", " }", "", " .pl-video-list-editable .pl-video:hover .pl-video-handle,.yt-uix-dragdrop-cursor-follower .pl-video-handle", " {", " background-color: rgba(255,255,255,0.1)!important;", " border-left: 1px solid rgba(255,255,255,0.1)!important;", " border-right: 1px solid rgba(255,255,255,0.1)!important;", " }", "", " #pl-header .yt-uix-button-toggled.yt-uix-playlistlike::before", " {", " content: \"\\2713\"!important;", " color: rgb(22,122,198)!important;", " }", "", " .pl-video-title-link,.pl-header-title,.pl-header-description,#pl-header .pl-header-details a,.pl-video-owner a,.pl-video-added-by a", " {", " color: rgb(192,192,192)!important;", " }", "", " #pl-header .pl-header-details", " {", " color: rgb(142,142,142)!important;", " }", "", " .pl-video-title-link:hover", " {", " color: rgb(22,122,198)!important;", " }", "", " .pl-header .yt-uix-button-toggled", " {", " box-shadow: none!important;", " border-color: transparent!important;", " }", "", " .pl-header .yt-uix-button-playlist-action,.pl-header .yt-uix-playlistlike,.yt-ui-menu-item:focus", " {", " box-shadow: none!important;", " background-color: transparent!important;", " }", "", " .pl-header .yt-uix-button-playlist-action:hover,.pl-header .yt-uix-playlistlike:hover", " {", " background-color: rgba(255,255,255,0.1)!important;", " }", "", " .pl-header-details", " {", " color: rgb(33,33,33)!important;", " }", "", " .yt-uix-expander-body,.yt-uix-expander-collapsed-body", " {", " color: rgb(192,192,192)!important;", " }", "", " .branded-page-v2-primary-column-content .pl-header", " {", " border-left-color: transparent!important;", " border-right-color: transparent!important;", " }", "", " #pl-load-more-destination tr,#pl-header .privacy-icon-present .pl-header-details::before", " {", " border-color: transparent!important;", " }", "", " #pl-load-more-destination tr:nth-child(even)", " {", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-lockup-byline .g-hovercard,.video-list .video-list-item .stat .g-hovercard .g-hovercard", " {", " font-weight: 500!important;", " }", "", " .pl-video-thumb .watched-badge", " {", " background-color: transparent!important;", " color: transparent!important;", " left: 12px!important;", " }", "", " #creator-page-sidebar .header-text,#creator-page-sidebar a,#creator-subheader-text,.vm-video-title-content,.creator-sidebar-channel-link h2,#creator-sidebar h3,#creator-sidebar h3 a,.account-header h2,h3.account-section-header,.account-content,#main-title", " {", " color: rgb(192,192,192)!important;", " }", "", " .howto-promo-container", " {", " padding-top: 5px!important;", " }", "", " .account-container,.howto-promo-container,#vm-pagination", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .vm-list-view .vm-video-list .vm-video-item,.video-list-item a:hover", " {", " background-color: transparent!important;", " }", "", " .social-connector,.howto-circle", " {", " background-color: rgba(0,0,0,0.2)!important;", " border-color: transparent!important;", " }", "", " .yt-horizontal-rule,#vm-pagination", " {", " border-top: 1px solid rgba(0,0,0,0.2)!important;", " }", "", " #non-appbar-vm-video-actions-bar .vm-video-actions-inner", " {", " border-bottom: transparent!important;", " }", "", " #browse-items-primary .item-section > li > .yt-lockup-tile,.branded-page-v2-primary-col .branded-page-box,.section-list li .item-section .branded-page-box", " {", " border-bottom: 1px solid rgba(0,0,0,0.2)!important;", " }", "", " #creator-sidebar.creator-studio .creator-sidebar-section a", " {", " transition: 0.3s!important;", " }", "", " #creator-sidebar.creator-studio .creator-sidebar-section a:hover", " {", " transition: 0.3s!important;", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .dashboard-widget-handle", " {", " opacity: 0.2!important;", " }", "", " .dashboard-widget-content .dashboard-widget-header .dashboard-widget-dragdrop:hover .dashboard-widget-handle", " {", " opacity: 0.5!important;", " }", "", " .live-welcome-intro", " {", " background-color: rgb(33,33,33)!important;", " border-bottom: 1px solid rgba(255,255,255,0.1)!important;", " }", "", " .live-chat-widget .comment .author", " {", " font-weight: 500!important;", " }", "", " .live-chat-widget .comment .comment-text,.live-chat-widget .byline", " {", " color: rgb(192,192,192)!important;", " }", "", " .live-chat-widget .comment .comment-text a", " {", " color: rgb(22,122,198)!important;", " }", "", " .live-chat-widget .comment", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .live-chat-widget .comment:nth-of-type(2n)", " {", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " .live-chat-widget #comments-scroller::-webkit-scrollbar-thumb", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .live-chat-widget #comments-scroller", " {", " border-bottom-color: rgb(15,15,15)!important;", " }", "", " .live-comments-emoji-picker-open,.live-chat-widget .actions-menu .yt-uix-button::before,.live-comments-emoji-type-button.emoji_people,.live-comments-emoji-type-button.emoji_flora,.live-comments-emoji-type-button.emoji_things,.live-comments-emoji-type-button.emoji_transportation,.live-comments-emoji-type-button.emoji_symbols,.live-chat-widget .overflow-menu-button::before", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .live-comments-emoji-type-button.emoji_people,.live-comments-emoji-type-button.emoji_flora,.live-comments-emoji-type-button.emoji_things,.live-comments-emoji-type-button.emoji_transportation,.live-comments-emoji-type-button.emoji_symbols", " {", " background-color: rgba(0,0,0,0.2)!important;", " opacity: 0.33!important;", " }", "", " .live-comments-emoji-type-button.emoji_people.active,.live-comments-emoji-type-button.emoji_flora.active,.live-comments-emoji-type-button.emoji_things.active,.live-comments-emoji-type-button.emoji_transportation.active,.live-comments-emoji-type-button.emoji_symbols.active", " {", " -webkit-filter: invert(0)!important;", " filter: invert(0)!important;", " opacity: 1!important;", " }", "", " .live-comments-emoji-picker-tab-row", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .live-comments-emoji-picker-pane-row", " {", " background-color: rgb(15,15,15)!important;", " }", "", " .live-comments-emoji-picker-tab-cell button", " {", " width: 32px!important;", " }", "", " .live-chat-widget .emoji-picker-container .yt-uix-menu-trigger", " {", " top: 0!important;", " }", "", " .yt-live-chat-renderer-0", " {", " background-color: rgb(33,33,33);", " }", "", " .yt-live-chat-header-renderer-0,.yt-live-chat-message-input-renderer-0", " {", " background-color: rgba(0,0,0,0.2);", " }", "", " .yt-emoji-picker-category-button-renderer-0 paper-icon-button.yt-emoji-picker-category-button-renderer,.yt-live-chat-icon-toggle-button-renderer-0 paper-icon-button.yt-live-chat-icon-toggle-button-renderer", " {", " color: rgb(142,142,142);", " }", "", " .yt-emoji-picker-category-button-renderer-0 paper-icon-button.yt-emoji-picker-category-button-renderer[active],.yt-live-chat-icon-toggle-button-renderer-0 paper-icon-button.yt-live-chat-icon-toggle-button-renderer[active]", " {", " color: rgb(22,122,198);", " }", "", " .yt-emoji-picker-category-renderer-0 yt-formatted-string.yt-emoji-picker-category-renderer,.yt-emoji-picker-renderer-0 #search-panel.yt-emoji-picker-renderer", " {", " background-color: rgba(21,21,21,0.8);", " color: rgb(142,142,142);", " }", "", " .yt-live-chat-text-input-field-renderer-0 #unfocused.yt-live-chat-text-input-field-renderer", " {", " background-color: rgba(0,0,0,0.2);", " }", "", " .yt-live-chat-header-renderer-0,.yt-live-chat-text-input-field-renderer-0 #label.yt-live-chat-text-input-field-renderer,.yt-live-chat-header-renderer-0 #action-buttons.yt-live-chat-header-renderer > .yt-live-chat-header-renderer,.yt-live-chat-header-renderer-0 #overflow.yt-live-chat-header-renderer,.yt-live-chat-message-input-renderer-0 #author-name.yt-live-chat-message-input-renderer", " {", " color: rgb(142,142,142);", " }", "", " .yt-live-chat-text-message-renderer-0 #content.yt-live-chat-text-message-renderer", " {", " color: rgb(192,192,192);", " }", "", " .yt-live-chat-text-message-renderer-0 #message.yt-live-chat-text-message-renderer,.yt-live-chat-message-input-renderer-0 #count.yt-live-chat-message-input-renderer", " {", " color: rgb(142,142,142);", " }", "", " .yt-live-chat-text-message-renderer-0 #menu.yt-live-chat-text-message-renderer", " {", " background: linear-gradient(to right,transparent,rgba(255,255,255,0.1) 100%);", " color: rgb(192,192,192);", " }", "", " .ytd-button-renderer-0 #button.ytd-button-renderer", " {", " color: rgb(255,255,255);", " }", "", " .yt-live-chat-text-input-field-renderer-0 #input.yt-live-chat-text-input-field-renderer", " {", " color: rgb(192,192,192);", " }", "", " #watch-sidebar-live-chat .yt-uix-expander-collapsed,#watch-sidebar-live-chat #hide-live-comments", " {", " background: rgba(255,255,255,0.1);", " margin: 0;", " }", "", " .paper-menu-0", " {", " background: rgba(21,21,21,0.8);", " color: rgb(192,192,192);", " }", "", " .yt-endpoint-1,.ytd-menu-navigation-item-renderer-0 yt-formatted-string.ytd-menu-navigation-item-renderer,.ytd-menu-service-item-renderer-0 yt-formatted-string.ytd-menu-service-item-renderer", " {", " color: rgb(192,192,192);", " }", "", " .ytd-menu-navigation-item-renderer-0 a.ytd-menu-navigation-item-renderer:hover,.ytd-menu-service-item-renderer-0:hover", " {", " background-color: rgba(255,255,255,0.22);", " }", "", " #vm-view-btn", " {", " color: rgb(192,192,192)!important;", " background-color: rgba(255,255,255,0.1)!important;", " }", "", " #non-appbar-vm-video-actions-bar,#non-appbar-vm-video-actions-bar .vm-video-actions-bar", " {", " background-color: transparent!important;", " }", "", " #vm-playlist-video-list-ol li:nth-child(even)", " {", " background-color: rgb(33,33,33)!important;", " }", "", " #vm-playlist-video-list-ol li:nth-child(odd)", " {", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " #creator-sidebar > #creator-sidebar-section-id-dashboard.selected > h3 a", " {", " background-color: rgba(255,255,255,0.1)!important;", " }", "", " #creator-sidebar .creator-sidebar-section a:hover,.dashboard-widget-footer .dashboard-widget-view-all-link:hover,.dashboard-widget-todos .todo-item:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .dashboard-widget-header h2 a,.analytics-sparkline-card .infos .title,.dashboard-widget-comments .comment-comment,.dashboard-widget .dashboard-widget-content", " {", " color: rgb(192,192,192)!important;", " }", "", " .analytics-sparkline-card .infos .total,.dashboard-widget-comments .comment-header a", " {", " color: rgb(142,142,142)!important;", " }", "", " .analytics-sparkline-card:hover", " {", " background-color: rgba(255,255,255,0.22);", " }", "", " .add-widget-button", " {", " background-color: transparent!important;", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " #dashboard-header h2 a,#creator-sidebar .creator-sidebar-branding h1,#dashboard-header .dashboard-stat-name,#dashboard-header .add-widget-button-label,#dashboard-header .dashboard-stat-value,.dashboard-widget-display-title", " {", " color: rgb(192,192,192)!important;", " text-shadow: 0 1px 0 rgb(15,15,15)!important;", " }", "", " #dashboard-header h3", " {", " text-shadow: 0 1px 0 rgb(15,15,15)!important;", " }", "", " .dashboard-widget.notification,.dashboard-widget .dashboard-widget-content,.dashboard-widget .dashboard-widget-config", " {", " background-color: transparent!important;", " }", "", " .dashboard-widget-header:hover,.dashboard-widget .dashboard-widget-config .dashboard-widget-header,.dashboard-widget.yt-uix-dragdrop-dragged-item .dashboard-widget-header,.dashboard-widget.yt-uix-dragdrop-cursor-follower .dashboard-widget-header", " {", " background-color: rgba(255,255,255,0.22)!important;", " border-bottom: 1px solid rgba(0,0,0,0.2)!important;", " }", "", " .dashboard-widget:hover .dashboard-widget-display-title,.dashboard-widget.yt-uix-dragdrop-dragged-item .dashboard-widget-display-title,.dashboard-widget.yt-uix-dragdrop-cursor-follower .dashboard-widget-display-title", " {", " border-right: 1px solid transparent!important;", " }", "", " .dashboard-widget-overlay-icon", " {", " border-left: 1px solid rgba(0,0,0,0.2)!important;", " }", "", " #dashboard-header-stats li", " {", " border-right-color: rgba(0,0,0,0.2)!important;", " }", "", " .dashboard-widget-todos .todo-item", " {", " border-color: transparent!important;", " }", "", " .dashboard-widget-todos .todo-description,.account-features-list tr", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-uix-form-input-select", " {", " background-image: linear-gradient(to bottom,rgba(255,255,255,0.1) 0,rgba(255,255,255,0.22) 100%)!important;", " color: rgb(255,255,255)!important;", " }", "", " #creator-sidebar .studio-icon:not(.selected),.commenthub .yt-uix-button-icon-gear-active", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .account-features-list .account-features-name-section,.account-features-list tr", " {", " color: rgb(192,192,192)!important;", " font-weight: 500!important;", " }", "", " .tabbed-page .tab.active", " {", " background-color: rgb(33,33,33)!important;", " border-bottom-color: rgb(33,33,33)!important;", " border-top-color: rgb(204,24,30)!important;", " }", "", " .tabbed-page .tab", " {", " background-color: rgba(0,0,0,0.2)!important;", " color: rgb(192,192,192)!important;", " }", "", " .tabbed-page .tabs-area,.tabbed-page .tabs-wrapper,.tabbed-page .tab", " {", " border-color: #4D4D4D!important;", " }", "", " .account-features-status-section .status-green,.account-status .account-status-green img", " {", " background-image: none!important;", " background-color: rgb(76,175,80)!important;", " border-radius: 50%!important;", " }", "", " .account-features-status-section .status-grey", " {", " background-image: none!important;", " background-color: rgb(142,142,142)!important;", " border-radius: 50%!important;", " }", "", " #creator-sidebar .creator-sidebar-bullet,#creator-sidebar .creator-sidebar-section a:hover .creator-sidebar-bullet,.yt-help-icon,.yt-uix-button-icon-settings", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .vm-list-view .vm-video-item-content-horizontal-divider", " {", " background-color: rgba(0,0,0,0.2);", " }", "", " .vm-list-view .vm-video-side-view-count a,.vm-list-view .vm-video-metrics .vm-video-metric-value", " {", " color: rgb(142,142,142);", " }", "", " .vm-list-view .vm-video-metric.video-comments .yt-sprite,.vm-list-view .vm-video-metric.video-likes-count .yt-sprite,.vm-list-view .vm-video-metric.video-dislikes-count .yt-sprite", " {", " filter: invert(1);", " }", "", " .vm-list-view .vm-video-metrics a:hover", " {", " background-color: rgba(255,255,255,0.22);", " border-radius: 2px;", " }", "", " .vm-list-view .vm-video-metrics a:hover .vm-video-metric-value", " {", " color: white;", " }", "", " .menu-item-top-divider", " {", " border-color: rgba(0,0,0,0.2);", " }", "", " #vm-bulk-actions-selection", " {", " background-color: rgb(204,24,30);", " }", "", " #vm-bulk-actions-selection", " {", " color: rgb(255,255,255);", " }", "", " #vm-bulk-actions-progress-bar,#vm-bulk-actions-selection", " {", " border-color: transparent;", " }", "", " .vm-list-view .vm-video-indicators .vm-video-privacy,.yt-sprite.vm-video-privacy.vm-public,.yt-sprite.vm-video-privacy.vm-private", " {", " filter: grayscale(100%);", " }", "", " #verify-phone-page,.yt-alert-panel", " {", " background-color: rgb(33,33,33)!important;", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " #verify-phone-page p,ol.yt,ul.yt,.yt-default ol,.yt-default ul,.yt-uix-form-legend,.yt-uix-form-label,.live-dashboard .yt-uix-tabs .yt-uix-button-toggled .yt-uix-button-content,.yt-uix-clickcard-card-body,.yt-uix-hovercard-card-body", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-default h1,.yt-default h2,.yt-default h3,.yt-default h4,.yt-default h5,.yt-default h6,h1.yt,h2.yt,h3.yt,h4.yt,h5.yt,h6.yt,.live-dashboard .yt-uix-tabs .yt-uix-button-content,.live-dashboard .analytics-summary-metric-header .analytics-summary-metric-header-number", " {", " color: rgb(192,192,192)!important;", " }", "", " .live-dashboard-status-bar,.live-dashboard .yt-uix-dragdrop-drag-handle,.live-dashboard .player-controls-buttons", " {", " background-color: rgb(33,33,33)!important;", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .live-dashboard-status-bar-container,.live-dashboard-status-bar .health-and-status,.live-dashboard .checklist-remove-container,.annotator-clickcard-item", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .live-dashboard .strong-text", " {", " color: rgb(255,255,255)!important;", " }", "", " .live-dashboard .checklist-item", " {", " border-color: rgba(0,0,0,0.2)!important;", " color: rgb(192,192,192)!important;", " }", "", " .live-dashboard .yt-www-ls-rts-summary-div svg:nth-child(1) > rect:nth-child(2)", " {", " fill: rgb(33,33,33)!important;", " }", "", " .live-dashboard .yt-www-ls-rts-summary-div svg:nth-child(1) > g:nth-child(3) > g:nth-child(2) > g:nth-child(1) > rect:nth-child(1)", " {", " fill: rgba(0,0,0,0.2)!important;", " }", "", " .stream-health-item", " {", " background-color: rgb(33,33,33)!important;", " border-color: rgb(22,122,198)!important;", " }", "", " .yt-uix-clickcard-card-flip .yt-uix-card-body-arrow-horizontal,.yt-uix-hovercard-card-flip .yt-uix-card-body-arrow-horizontal", " {", " border-right-color: rgb(33,33,33)!important;", " }", "", " .yt-uix-clickcard-card-flip .yt-uix-card-border-arrow-horizontal,.yt-uix-hovercard-card-flip .yt-uix-card-border-arrow-horizontal", " {", " border-right-color: rgba(0,0,0,0.2)!important;", " }", "", " .creator-editor-nav,.creator-editor-header,.tab-container", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .creator-editor-nav-tabs li > span,.creator-editor-nav-tabs li a", " {", " color: rgb(142,142,142)!important;", " }", "", " .creator-editor-nav-tabs li:hover > span,.creator-editor-nav-tabs li:hover a", " {", " color: rgb(192,192,192)!important;", " }", "", " .basic-info-tab .sharing-custom-message-input", " {", " background-color: transparent!important;", " }", "", " .sharing-balloon", " {", " border-color: rgba(0,0,0,0.2)!important;", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " .live-icon-lcr,.creator-editor-icon-cards,.creator-editor-icon-edit,.yt-uix-button-icon-creator-editor-back", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .creator-editor-title a", " {", " color: rgb(255,255,255)!important;", " background-color: rgba(255,255,255,0.1)!important;", " border-radius: 2px!important;", " text-decoration: none!important;", " box-shadow: 0 1px 0 rgba(0,0,0,0.05);", " padding: 10px 40px!important;", " font-size: 14px!important;", " position: relative!important;", " top: -10px!important;", " }", "", " .single-field,.metadata-container h3", " {", " color: rgb(142,142,142)!important;", " }", "", " .sharing-balloon::before,.sharing-balloon::after", " {", " display: none!important;", " }", "", " .subscribers-table .description-text a", " {", " color: rgb(192,192,192);", " }", "", " .subscribers-table .subscribers-table-header,.subscribers-table .subscribed-since", " {", " color: rgb(142,142,142);", " }", "", " .yt-uix-button-default::before,.yt-uix-button-default .yt-uix-button-icon", " {", " filter: invert(1);", " }", "", " .tabbed-page .tab.active a,.caption-queue", " {", " color: rgb(192,192,192);", " }", "", " #comment-settings .comment-settings-title", " {", " color: rgb(192,192,192);", " }", "", " #comment-settings .comment-settings-label,#comment-settings .comment-settings-control-info,#comment-settings label,.account-features-content,.account-info-item .account-info-label", " {", " color: rgb(142,142,142);", " }", "", " #comment-settings .comment-settings-header", " {", " background-color: transparent;", " }", "", " .tabbed-page .options-bar,#comment-settings,#comment-settings .comment-settings-section,#comment-settings .comment-settings-item,.subscribers-table .subscribers-table-header,.subscribers-table td", " {", " border-color: rgba(0,0,0,0.2);", " }", "", " .channel-header .secondary-header-contents", " {", " background-color: rgb(33,33,33)!important;", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-uix-button-c4-view-action", " {", " background-color: rgba(255,255,255,0.1)!important;", " border-color: rgba(255,255,255,0.1)!important;", " }", "", " .c4-checklist-module,.about-metadata-label-border-top", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .channel-header-profile-image,.channel-header .about-secondary-links,.channel-header .about-custom-links,.dOc", " {", " background-color: rgba(21,21,21,0.8)!important;", " text-shadow: 0 0 3px rgba(21,21,21,0.8)!important;", " }", "", " .secondary-header-contents .nav-text,.c4-checklist-module .checklist-item-title-text,.epic-nav-item.selected", " {", " color: rgb(192,192,192)!important;", " }", "", " #channel-header-analytics-link .header-action-icon,.header-action-icon.analytics-icon,#channel-header-vm-link .header-action-icon,.header-action-icon.vm-icon,.c4-editor-plus::before,.c4-editor-edit::before", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .yt-uix-tabs .yt-uix-tabs-tab.selected", " {", " border-bottom-color: rgb(204,24,30)!important;", " }", "", " .yt-uix-tabs .yt-uix-tabs-tab.yt-uix-tabs:hover", " {", " border-color: rgba(255,255,255,0.1)!important;", " color: rgb(192,192,192)!important;", " }", "", " .about-description-editor .c4-module-is-editable:hover,.about-business-email-editor .c4-module-is-editable:hover,.about-metadata-editor .c4-module-is-editable:hover", " {", " background-color: rgba(0,0,0,0.2)!important;", " border: 2px dotted rgb(245,213,98)!important;", " }", "", " .about-metadata-container .about-stats,.about-stats .about-stat,.about-metadata-container p", " {", " color: rgb(142,142,142)!important;", " }", "", " #creator-subheader", " {", " border-bottom-color: rgba(0,0,0,0.2);", " }", "", " .account-content .account-section.account-bordered-section", " {", " border-bottom-color: rgba(0,0,0,0.2);", " }", "", " .account-section-setting", " {", " color: rgb(192,192,192)!important;", " }", "", " #start-upload-button-single", " {", " background-color: transparent!important;", " }", "", " .upload-item,.metadata-editor-container .subnav", " {", " border-color: transparent!important;", " }", "", " .upload-footer-header,.upload-option-text,.creator-subheader-help-text", " {", " color: rgb(142,142,142)!important;", " }", "", " .upload-sidebar-header,.upload-item-sidebar-text h3", " {", " color: rgb(192,192,192)!important;", " font-size: 1.33em!important;", " }", "", " .yt-chip,.tag", " {", " color: rgb(192,192,192)!important;", " background-color: rgb(33,33,33)!important;", " border-color: transparent!important;", " box-shadow: none!important;", " }", "", " .progress-bar-text,.progress-bar-text-done,.progress-bar-text-upload-queued,.upload-time-remaining,.yt-alert-naked .yt-alert-content,.tabs .tab-header.selected a,.tabs .tab-header a:hover,.tabs .tab-header:hover a,.tabs .tab-header a:focus,.metadata-container h4,.basic-info-tab .video-settings-add-tag,.tag-suggest-title", " {", " color: rgb(192,192,192)!important;", " }", "", " .metadata-container,.metadata-editor-container .video-settings-form,.basic-info-tab .video-settings-add-tag", " {", " background-color: transparent!important;", " }", "", " .progress-bar-background,.upload-thumb", " {", " background-color: rgb(15,15,15)!important;", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .progress-bar-uploading .progress-bar-progress", " {", " background: rgb(204,24,30)!important;", " border-color: rgba(204,24,30,0.5)!important;", " }", "", " .progress-bar-processing .progress-bar-progress", " {", " background: rgb(22,122,198)!important;", " }", "", " @-webkit-keyframes move", " {", " 0%", " {", " background-position: 0 0;", " }", "", " 100%", " {", " background-position: 50px 50px;", " }", " }", "", " @keyframes move", " {", " 0%", " {", " background-position: 0 0;", " }", "", " 100%", " {", " background-position: 50px 50px;", " }", " }", "", " .progress-bar-uploading .progress-bar-progress:after,.progress-bar-processing .progress-bar-progress:after", " {", " content: \"\";", " position: absolute;", " top: 0;", " left: 0;", " bottom: 0;", " right: 0;", " background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.1) 75%,transparent 75%,transparent);", " z-index: 1;", " background-size: 50px 50px;", " -webkit-animation: 2s linear 0s normal none infinite running move;", " animation: 2s linear 0s normal none infinite running move;", " overflow: hidden;", " }", "", " .yt-nav,.yt-nav-dark", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .yt-nav .yt-nav-item:hover,.yt-nav-dark .yt-nav-item:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .yt-nav .yt-nav-item,.yt-nav-dark .yt-nav-item", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-testtube-card-light .yt-testtube-card-title", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-testtube-card-light .yt-testtube-card-content", " {", " color: rgb(142,142,142)!important;", " }", "", " .yt-testtube-participate-card", " {", " background-color: #1B5E20!important;", " }", "", " #masthead-logo img,.footer-logo img", " {", " width: 0!important;", " height: 0!important;", " padding-right: 72px!important;", " padding-bottom: 30px!important;", " }", "", " #masthead-container", " {", " border-bottom-color: rgb(33,33,33)!important;", " }", "", " .footer-container", " {", " border-top-color: rgb(33,33,33)!important;", " }", "", " #masthead-search-term input", " {", " background-color: rgba(0,0,0,0.2)!important;", " color: rgb(192,192,192)!important;", " }", "", " .exp-searchbox-redesign #masthead-search", " {", " background-color: transparent;", " }", "", " #masthead-search .search-btn-component .yt-uix-button-content,#masthead #search-btn", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " opacity: 0.35!important;", " }", "", " #masthead-search .search-btn-component:hover .yt-uix-button-content,#masthead #search-btn:hover", " {", " opacity: 0.7!important;", " }", "", " #masthead-container,#yt-main-nav-container,.yt-card-light,.footer-container", " {", " background-color: rgb(33,33,33)!important;", " }", "", " #yt-main-nav a", " {", " color: rgb(192,192,192)!important;", " }", "", " #yt-main-nav a:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .yt-cardified #page", " {", " background-color: rgb(15,15,15)!important;", " }", "", " #yt-microsite .yt-card-light h2.yt-card-title,#yt-microsite h3", " {", " color: rgb(192,192,192)!important;", " }", "", " .footer-main", " {", " border-bottom-color: rgba(0,0,0,0.2)!important;", " }", "", " .footer-help-btn-img-container", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " opacity: 0.5!important;", " }", "", " .footer-secondary li", " {", " text-shadow: 0 1px 1px rgb(15,15,15)!important;", " }", "", " #yts-article,#yts-article::after", " {", " background-color: rgb(33,33,33)!important;", " border-color: transparent!important;", " }", "", " #yts-nav", " {", " border-color: transparent!important;", " }", "", " #yts-nav .top-level a", " {", " color: rgb(192,192,192)!important;", " }", "", " #yts-nav .indented .sub-level a", " {", " color: rgb(142,142,142)!important;", " }", "", " #yts-article h1", " {", " color: rgb(192,192,192)!important;", " }", "", " #yts-article #article-container", " {", " color: rgb(192,192,192)!important;", " background-color: rgb(33,33,33)!important;", " padding-top: 20px!important;", " }", "", " #yts-article #header", " {", " background-color: rgb(33,33,33)!important;", " margin-bottom: 0!important;", " }", "", " .separator,.with-divider,.header,#yts-article #header", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " #yt-dev-nav a", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-card-light a,.yt-card-light .yt-card-title a,.yt-creator-benefits-table a", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-dev-footer", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .yt-creators-header-container a,#yt-creators-nav a,#yt-microsite .yt-card-dark a", " {", " color: rgb(192,192,192)!important;", " }", "", " .yt-creators-new-footer-container,.yt-creators-new-footer", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .Qgb,.vKFgJc,.gr", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .vQb", " {", " text-shadow: 0 0 4px rgba(0,0,0,0.2)!important;", " }", "", " .eGFnrc", " {", " box-shadow: none!important;", " }", "", " .f4a,.tta,.B70Reb", " {", " padding: 6px!important;", " }", "", " .NPc", " {", " margin-top: 2px!important;", " }", "", " .Ee,.Lub .Xa", " {", " border-radius: 0!important;", " }", "", " .tQb", " {", " margin-bottom: 8px!important;", " }", "", " .Rzc,.nfe,.qac,.aac,.l4a,.IO,.Xa", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .xac,.Kza,.Ee,.f4a", " {", " background-color: rgba(0,0,0,0.2)!important;", " }", "", " .tQb", " {", " background-color: rgb(22,122,198)!important;", " }", "", " .Pac,.YGETNc,.Jub,.Hub,.Gub,.Iac,.Hac,.dhb,.M7Fqc,.vy,.bS,.dR.d-s,.SR,.tf", " {", " color: rgb(192,192,192)!important;", " }", "", " .fr,.WR,.TC,.vy,.bS,.TR", " {", " background-color: transparent!important;", " }", "", " .Vzc .lg", " {", " background-color: rgba(0,0,0,0.2)!important;", " margin-top: 10px!important;", " margin-bottom: 5px!important;", " padding-top: 10px!important;", " }", "", " .fr > .vt,.Fr + .bj,.Gc.esw", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .Kza a,.sQb:link,.Rpa,.TD,.Ub", " {", " color: rgb(22,122,198)!important;", " }", "", " .Kza:after", " {", " border-color: rgba(0,0,0,0.2) transparent transparent transparent!important;", " }", "", " .Kza:before", " {", " border-color: rgba(0,0,0,0.2) transparent transparent transparent!important;", " }", "", " .t-C-z,.b-p", " {", " box-shadow: none!important;", " }", "", " .MNn0h,.Gc.esw", " {", " background-color: rgba(255,255,255,0.1)!important;", " }", "", " .MNn0h:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .x2oYAc", " {", " opacity: 0.7!important;", " }", "", " .rac", " {", " background: none repeat scroll 0% 0% rgba(0,0,0,0.2)!important;", " padding: 8px!important;", " margin-top: 2px!important;", " margin-bottom: 2px!important;", " }", "", " .Ygb,.Sgb", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .ISc,.Tzc,.RWdWXd,.Pu5TY", " {", " width: 32px;", " height: 32px;", " margin: 0 auto;", " background-image: none!important;", " background-color: rgb(192,192,192)!important;", " border-radius: 100%;", " -webkit-animation: scaleout 1.0s infinite ease-in-out;", " animation: scaleout 1.0s infinite ease-in-out;", " }", "", " .yJa,.DJa,.mj,.BJa,.cp,.wu", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .E5,.Dwa.e4,.cp,.wu", " {", " box-shadow: -1px -1px 2px rgb(15,15,15) inset!important;", " background-color: #1B1B1B!important;", " border-color: rgb(33,33,33)!important;", " color: rgb(192,192,192)!important;", " }", "", " .Mga,.Jea", " {", " margin-top: 1px!important;", " border-top-color: rgb(33,33,33)!important;", " border-right-color: rgb(33,33,33)!important;", " }", "", " .tvb", " {", " background-color: rgb(33,33,33)!important;", " color: black!important;", " }", "", " .tvb .d-s", " {", " color: black!important;", " }", "", " .ki", " {", " background-color: rgba(0,0,0,0.2)!important;", " padding: 10px!important;", " margin: 0!important;", " border-radius: 2px!important;", " }", "", " .IO", " {", " border-color: transparent!important;", " }", "", " .Xa", " {", " padding-bottom: 10px!important;", " }", "", " .Kgb,.Y8b .TD", " {", " background-color: rgb(22,122,198)!important;", " color: rgb(15,15,15)!important;", " border-radius: 2px!important;", " }", "", " .dn,.Aq,.xN .d-y-r-c-ha,.OF,.d-A-B", " {", " color: rgb(192,192,192)!important;", " }", "", " .sf010c", " {", " color: white!important;", " }", "", " .ve.oba", " {", " color: rgb(142,142,142)!important;", " }", "", " .dga", " {", " background-color: rgba(255,255,255,0.22)!important;", " border-color: rgb(33,33,33)!important;", " color: rgb(192,192,192)!important;", " }", "", " .dga a:not(.ot-hashtag)", " {", " color: rgb(22,122,198)!important;", " }", "", " .vDc", " {", " opacity: 0.5!important;", " }", "", " .xN.d-y-r-c,.d-r,.r3 .r0", " {", " background-color: rgba(255,255,255,0.1)!important;", " border: 1px solid rgba(255,255,255,0.1)!important;", " background-image: none!important;", " color: rgb(192,192,192)!important;", " }", "", " .r3 .r0:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " .proflink,.proflinkPrefix,.ot-hashtag", " {", " color: white!important;", " }", "", " .kOc,.kbc,.obc,.nbc .xta .spd,.Evd", " {", " background-color: rgb(33,33,33)!important;", " }", "", " .nbc", " {", " background-color: rgb(33,33,33)!important;", " border-color: rgb(33,33,33)!important;", " }", "", " .zvd", " {", " color: rgb(192,192,192)!important;", " }", "", " .mj", " {", " background-color: transparent!important;", " }", "", " .E5,.Dwa.e4,.cp,.wu", " {", " box-shadow: -1px -1px 2px rgb(15,15,15) inset!important;", " background-color: #1B1B1B!important;", " border-color: rgba(0,0,0,0.2)!important;", " color: rgb(192,192,192)!important;", " }", "", " .Mga,.Jea", " {", " display: none!important;", " }", "", " .FnlLyd", " {", " background-color: rgba(255,255,255,0.22)!important;", " border-radius: 3px!important;", " color: rgb(192,192,192)!important;", " }", "", " .FnlLyd:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " border-color: rgba(255,255,255,0.22)!important;", " }", "", " .IGPVEc", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " .mj .g-h-f-vc-B", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .ytcenter-uix-button-toggled", " {", " background-color: rgba(255,255,255,0.22)!important;", " box-shadow: 1px 1px 3px rgb(15,15,15) inset!important;", " border-color: rgb(33,33,33)!important;", " background-image: none!important;", " }", "", " .ytcenter-branding-remove-background.site-as-giant-card #watch7-sidebar", " {", " background-color: rgb(33,33,33)!important;", " }", "", " #watch8-ytcenter-buttons .yt-uix-button-arrow", " {", " border-color: rgb(142,142,142) transparent transparent!important;", " }", "", " #watch8-ytcenter-buttons .yt-uix-button", " {", " opacity: 0.5!important;", " transition: opacity 0.3s!important;", " }", "", " #watch8-ytcenter-buttons .yt-uix-button:hover", " {", " opacity: 0.8!important;", " transition: opacity 0.3s!important;", " background-color: transparent!important;", " }", "", " .ytcenter-flag-button", " {", " width: 16px!important;", " height: 11px!important;", " }", "", " [class*=\'ytcenter-downloadmenu\']", " {", " color: rgb(15,15,15)!important;", " }", "", " .ytcenter-dialog-base", " {", " background-color: rgba(21,21,21,0.8)!important;", " }", "", " .ytcenter-dialog-fg", " {", " background-color: rgb(33,33,33)!important;", " border-color: transparent!important;", " }", "", " .ytcenter-dialog-fg-content,.ytcenter-settings-option-label,.ytcenter-dialog-base .ytcenter-dialog-header h2,.ytcenter-settings-category-list .ytcenter-settings-category-item", " {", " color: rgb(192,192,192)!important;", " }", "", " .ytcenter-settings-category-list .ytcenter-settings-category-item.ytcenter-selected", " {", " color: rgb(255,255,255)!important;", " }", "", " .ytcenter-settings-subcat-header .ytcenter-settings-subcat-header-item.ytcenter-selected,.ytcenter-settings-subcat-header .ytcenter-settings-subcat-header-item:hover", " {", " color: rgb(255,255,255)!important;", " transition: color 0.3s!important;", " }", "", " .ytcenter-settings-subcat-header .ytcenter-settings-subcat-header-item", " {", " transition: color 0.3s!important;", " }", "", " .ytcenter-dialog-base .ytcenter-dialog-header,.ltr .ytcenter-settings-panel-left,.ytcenter-settings-subcat-header", " {", " border-color: transparent!important;", " }", "", " .ytcenter-modules-range", " {", " background-color: rgba(255,255,255,0.1)!important;", " border-color: transparent!important;", " }", "", " .ytcenter-modules-range-handle", " {", " background-color: rgb(192,192,192)!important;", " background-image: none!important;", " }", "", " .ytcenter-modules-rangetext", " {", " color: rgb(192,192,192);", " background-color: rgb(15,15,15);", " border-color: rgba(255,255,255,0.1);", " }", "", " [id*=\'download-youtube-video-button\'] img", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " #alientube header", " {", " display: block!important;", " }", "", " #alientube", " {", " box-shadow: 0 5px 8px rgba(0,0,0,0.2)!important;", " position: relative!important;", " top: -20px!important;", " }", "", " #alientube .at_writingauthor", " {", " color: rgb(192,192,192)!important;", " }", "", " #alientube .at_thread", " {", " width: 100%!important;", " }", "", " #alientube[service=\"YouTube\"]", " {", " margin-top: -20px!important;", " }", "", " #at_switchtoreddit", " {", " position: relative!important;", " top: 20px!important;", " right: 24px!important;", " z-index: 30!important;", " }", "", " #at_switchtogplus", " {", " position: absolute!important;", " top: 0!important;", " right: 5px!important;", " width: 24px!important;", " height: 24px!important;", " margin: 5px;", " }", "", " .at_error #at_switchtogplus", " {", " top: 24px!important;", " right: 24px!important;", " }", "", " #at_gplustext,#at_reddittext", " {", " display: none!important;", " }", "", " #alientube .arrow", " {", " opacity: 0.3!important;", " }", "", " #alientube .liked .arrow,#alientube .disliked .arrow", " {", " opacity: 1!important;", " }", "", " #alientube .at_comment", " {", " background: none repeat scroll 0% 0% rgba(0,0,0,0.2)!important;", " padding: 5px!important;", " margin: 5px!important;", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " #alientube .at_commentcontent", " {", " line-height: 1.2em!important;", " }", "", " #alientube .at_tab.active", " {", " border: none!important;", " border-bottom: none!important;", " box-shadow: none!important;", " font-weight: 500!important;", " }", "", " #alientube .at_tab:nth-child(1)", " {", " position: relative!important;", " left: 1px!important;", " }", "", " #alientube .at_tab:not(.active)", " {", " opacity: 0.5!important;", " }", "", " #alientube .at_tab:hover", " {", " cursor: pointer!important;", " }", "", " #alientube .spinner", " {", " width: 20px;", " height: 20px;", " margin: 0 auto;", " background-image: none!important;", " background-color: rgb(255,85,0)!important;", " border-radius: 100%;", " -webkit-animation: scaleout 1.0s infinite ease-in-out;", " animation: scaleout 1.0s infinite ease-in-out;", " }", "", " #alientube .cube1,#alientube .cube2,#alientube .at_preview_header", " {", " display: none!important;", " }", "", " #alientube .loading", " {", " position: relative!important;", " top: 70px!important;", " }", "", " #alientube .at_textarea", " {", " background: rgba(255,255,255,0.22)!important;", " border: 1px solid rgb(33,33,33)!important;", " box-shadow: 1px 1px 2px rgb(15,15,15) inset!important;", " color: rgb(255,255,255)!important;", " border-style: solid!important;", " padding: 8px!important;", " }", "", " #alientube .at_preview_contents,#alientube .at_comment_preview", " {", " background-color: rgb(245,213,98)!important;", " }", "", " #alientube .at_comment_preview", " {", " overflow: auto;", " }", "", " #alientube .at_preview_contents::before", " {", " width: 32px;", " height: 32px;", " font-size: 3em!important;", " line-height: 1em;", " content: \'\\201D\';", " font-family: \"Georgia\";", " float: right;", " color: rgb(15,15,15);", " }", "", " #alientube .at_comment_lowercontrols button", " {", " margin-left: 3px!important;", " color: rgb(192,192,192)!important;", " background-color: rgba(255,255,255,0.1)!important;", " border-color: transparent!important;", " font-weight: bold!important;", " font-size: 3px!important;", " }", "", " #alientube #at_loadingheader", " {", " color: rgb(192,192,192)!important;", " }", "", " #alientube #at_loadingtext", " {", " display: none!important;", " }", "", " #royt,.royt_tab,#royt_overflow,#royt_overflow ul", " {", " background: rgb(33,33,33)!important;", " text-shadow: none!important;", " }", "", " #royt_overflow ul", " {", " box-shadow: 0 0 2px black;", " border-color: rgba(250,250,250,0.2)!important;", " }", "", " .royt_tab.active", " {", " font-weight: bold!important;", " }", "", " .royt_tab:hover,.royt_tab.active:hover,#royt_overflow:hover", " {", " background: rgb(55,55,55)!important;", " }", "", " #royt_overflow img,#royt #royt_switchtogplus", " {", " filter: invert(1);", " }", "", " #royt article", " {", " border-left: none!important;", " background: rgba(0,0,0,0.2)!important;", " margin-right: 10px;", " padding: 10px;", " }", "", " #royt article .royt_score,#royt .royt_commentfield .royt_writingauthor", " {", " color: rgb(192,192,192);", " }", "", " #royt_overflow.show ul", " {", " float: right;", " }", "", " #royt[service=\"YouTube\"]", " {", " top: -40px;", " margin-top: 0!important;", " }", "", " #royt_switchtoreddit", " {", " float: none!important;", " position: relative!important;", " z-index: 1;", " }", "", " #royt_switchtoreddit svg", " {", " position: absolute!important;", " right: 20px!important;", " width: 40px!important;", " height: 40px!important;", " top: 30px!important;", " }", "", " #royt_switchtoreddit svg path,#royt_switchtoreddit svg ellipse,#royt_switchtoreddit svg line,#royt_switchtoreddit svg circle", " {", " stroke: white!important;", " fill: rgb(33,33,33)!important;", " }", "", " #royt .royt_commentfield .royt_textarea", " {", " box-shadow: 1px 1px 2px rgb(15,15,15) inset!important;", " background-color: rgba(0,0,0,0.2)!important;", " border-color: rgba(0,0,0,0.2)!important;", " color: rgb(192,192,192)!important;", " padding: 10px;", " }", "", " #royt .royt_commentfield .royt_comment_preview", " {", " background-color: rgba(0,0,0,0.2);", " margin-top: 10px;", " padding: 5px;", " color: rgba(250,250,250,0.3)!important;", " }", "", " #royt .royt_commentfield .royt_comment_preview .royt_preview_contents", " {", " background-image: none!important;", " }", "", " .comment-simplebox-renderer-collapsed-content", " {", " }", "", " .comment-simplebox-renderer-collapsed", " {", " }", "", " #comment-simplebox-create-comment", " {", " }", "", " .comment-simplebox-frame", " {", " padding: 0!important;", " }", "", " .comment-simplebox-text", " {", " padding: 10px!important;", " }", "", " #savefrom__yt_btn button,#sf-ummy-btn .sf-quick-dl-btn", " {", " background-color: rgba(255,255,255,0.22)!important;", " border-color: transparent!important;", " color: rgb(192,192,192)!important;", " font-size: 11px!important;", " transition: background-color 0.3s!important;", " }", "", " #savefrom__yt_btn button:hover", " {", " transition: background-color 0.3s!important;", " background-color: rgb(15,15,15)!important;", " }", "", " #savefrom__yt_btn a", " {", " font-size: 11px!important;", " }", "", " #savefrom__yt_links", " {", " background-color: rgba(21,21,21,0.8)!important;", " border-color: transparent!important;", " }", "", " #savefrom__yt_links > div:nth-child(7)", " {", " border-top-color: rgba(0,0,0,0.2)!important;", " }", "", " #savefrom__yt_links a", " {", " color: rgb(192,192,192)!important;", " }", "", " .sf-ummy-info-popup-container span", " {", " border-right-color: rgba(0,0,0,0.2)!important;", " }", "", " .sf-ummy-info-popup", " {", " background-color: rgba(255,255,255,0.1)!important;", " border-color: transparent!important;", " color: rgb(192,192,192)!important;", " }", "", " #subscription-playlist span,#advanced-options #player-console div,#advanced-options #console-button,#yt-masthead-user #P,#yt-masthead #P,.P-impexp,.P-implang,#subscription-playlist", " {", " -webkit-filter: invert(1)!important;", " filter: invert(1)!important;", " }", "", " #P-settings", " {", " background-color: rgba(21,21,21,0.8)!important;", " }", "", " #P-sidebar-list > li:hover", " {", " background-color: rgba(255,255,255,0.1)!important;", " color: rgb(255,255,255)!important;", " }", "", " #P-sidebar-list > li.selected:hover", " {", " background-color: rgb(204,24,30)!important;", " }", "", " #P-sidebar-list #HLP:hover", " {", " background-color: rgb(22,122,198)!important;", " }", "", " #P-sidebar-list #HLP a:hover", " {", " color: rgb(255,255,255)!important;", " }", "", " #P-content,#exp-cont", " {", " background-color: rgb(33,33,33)!important;", " color: rgb(192,192,192)!important;", " }", "", " #P-content h2,#P-content h3", " {", " color: rgb(142,142,142)!important;", " }", "", " .P-horz", " {", " border-top-color: rgba(0,0,0,0.2)!important;", " }", "", " #P-content select,#P-content select option,.P-reset", " {", " background-image: none!important;", " background-color: rgba(255,255,255,0.1)!important;", " border-color: transparent!important;", " color: rgb(192,192,192)!important;", " }", "", " .P-reset:hover", " {", " background-color: rgba(255,255,255,0.22)!important;", " }", "", " #P-content input + label::before", " {", " border-color: rgba(255,255,255,0.1)!important;", " }", "", " #P-content input[type=\"checkbox\"]:checked + label::before", " {", " background-color: rgb(22,122,198)!important;", " }", "", " .show-guide #appbar-guide-menu", " {", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " #blacklist-edit-list,#impexp-list,#P-content input[type=\"text\"]", " {", " background-color: rgba(0,0,0,0.2)!important;", " color: rgb(192,192,192)!important;", " border-color: rgba(0,0,0,0.2)!important;", " }", "", " .yt-pl-thumb .sidebarmode,.thumb-wrapper .sidebarmode,.yt-lockup-thumbnail .sidebarmode,.yt-pl-thumb .blacklist,.thumb-wrapper .blacklist,.yt-lockup-thumbnail .blacklist", " {", " background-color: rgba(21,21,21,0.8)!important;", " border-radius: 2px!important;", " padding: 1px!important;", " margin: 2px!important;", " }", "", " .floater .player-api", " {", " background-color: transparent!important;", " }", "", " .floater #theater-background", " {", " background-color: transparent!important;", " transition: background-color 0.5s ease-in-out!important;", " }", "", " #theater-background", " {", " transition: background-color 0.5s ease-in-out!important;", " }", "", " .yt-pl-thumb .popoutmode,.thumb-wrapper .popoutmode,.yt-lockup-thumbnail .popoutmode,.yt-pl-thumb .blacklist,.thumb-wrapper .blacklist,.yt-lockup-thumbnail .blacklist", " {", " background-color: rgba(21,21,21,0.8);", " border-color: transparent;", " }", "", " #subscription-playlist-icon", " {", " margin-left: 15px;", " }", "", " @media screen and (min-width:0) and (max-width:704px)", " {", " .exp-responsive #yt-masthead #logo-container", " {", " background: url(\'data:image/svg+xml;utf8,<svg height=\"769.067\" viewBox=\"0 0 1024 721\" width=\"1092.267\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs><linearGradient id=\"a\"><stop offset=\"0\" stop-color=\"%23c0181d\"/><stop offset=\"1\" stop-color=\"%23e42c27\"/><\/linearGradient><linearGradient id=\"b\" gradientUnits=\"userSpaceOnUse\" x1=\"-204.251\" x2=\"-204.251\" xlink:href=\"%23a\" y1=\"752.477\" y2=\"115.334\"/><\/defs><path d=\"M393.96 197.741h301.025v305.066H393.96z\" fill=\"%23fff\"/><path d=\"M404.286 206.714L672.857 382.43l32.857-30z\" fill=\"%23e8e0e0\" fill-rule=\"evenodd\"/><path d=\"M-275.429 813.72c-197.766-3.726-260.747-6.948-303.601-15.529-40.397-8.09-70.678-28.624-87.697-59.472-8.193-14.849-17.046-40.761-22.078-64.618-4.077-19.33-9.02-71.044-11.585-121.186-1.33-26.014-1.342-169.599-.015-195.196 2.07-39.963 6.564-92.36 9.493-110.693 4.97-31.108 17.908-67.545 30.375-85.54 10.012-14.452 28.792-30.548 45.39-38.903 26.449-13.315 44.833-16.118 133.218-20.312 92.425-4.386 168.9-5.95 291-5.95s198.576 1.564 291 5.95c88.386 4.194 106.77 6.997 133.219 20.312 16.61 8.361 35.378 24.451 45.409 38.93 12.375 17.864 25.006 53.203 30.274 84.706 2.834 16.943 7.477 71.01 9.575 111.5 1.326 25.597 1.315 169.182-.015 195.196-2.565 50.142-7.508 101.856-11.585 121.186-5.032 23.857-13.885 49.77-22.078 64.618-15.066 27.308-43.491 49.173-75.973 58.439-19.12 5.455-48.066 8.125-124.826 11.514-104.735 4.625-263.556 6.855-359.5 5.047zm117.185-297.75c75.211-38.913 136.746-70.976 136.745-71.25-.004-.564-273.16-143-274.237-143-.381 0-.693 64.124-.693 142.5 0 78.374.324 142.5.719 142.5.395 0 62.255-31.838 137.466-70.75z\" fill=\"url(%23b)\" transform=\"translate(703.429 -94.72)\"/><\/svg>\');", " background-position: 0 0;", " background-size: contain;", " background-repeat: no-repeat;", " }", " }", "", " .watch-title-container", " {", " width: 100%;", " }", "", " .sbsb_b", " {", " background: #212121;", " border: 1px solid #383838;", " }", "", " .sbsb_c a:hover", " {", " color: #000;", " }", "", " .sbsb_b a:link", " {", " color: green;", " }", "", " .yt-live-chat-renderer", " {", " background: #212121 !important;", " color: rgb(142,142,142) !important;", " }", " #label-text.yt-dropdown-menu", " {", " color: #c0c0c0 !important;", " }", " #author-name.yt-live-chat-author-chip", " {", " color: rgb(192,192,192) !important;", " }", " #message.yt-live-chat-text-message-renderer", " {", " color: rgb(142,142,142) !important", " }", " ", " .options-renderer-confirmation ", " {", " background-color: #111 !important;", " }", "", " yt-live-chat-text-message-renderer[author-is-owner] {", " background-color: transparent !important;", " }", " yt-live-chat-author-chip[is-highlighted] #author-name.owner.yt-live-chat-author-chip, #author-name.owner.yt-live-chat-author-chip {", " background-color: #ffb300;", " color: #000 !important;", " }", " .comment-history-entry-renderer-content {", " color: #aaa !important;", " }" ].join("\n"); if (typeof GM_addStyle != "undefined") { GM_addStyle(css); } else if (typeof PRO_addStyle != "undefined") { PRO_addStyle(css); } else if (typeof addStyle != "undefined") { addStyle(css); } else { var node = document.createElement("style"); node.type = "text/css"; node.appendChild(document.createTextNode(css)); var heads = document.getElementsByTagName("head"); if (heads.length > 0) { heads[0].appendChild(node); } else { // no head yet, stick it whereever document.documentElement.appendChild(node); } } })()