Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* dark theme for more pleasant watching experience and better video visibility */
- body,main,
- [class*="videoInfoAdBox"],
- [class*="videoInfoAdContainer"],
- footer, footer.Footer__footer___2nCUd,
- .FooterSubheader__subheader___3eyEI {
- background-color:#222;
- color:#bbb;
- }
- #media-title,
- [class*="videoTitle"] a,
- [class*="RadioButton"] {
- color:white;
- }
- .VideoInfo__videoInfoDAContainer___1pHD-,
- .VideoInfo__videoInfoDABox___2xM8K
- { background: #222; }
- .WatchingSafeZone__criticalSection___35w-2,
- .WatchingSafeZone__criticalSection___35w-2:before
- { background-color: black; }
- /* hiding spam */
- [class*="ContinuousQueue__continuousPlayerNextVideos"],
- [class*="row WatchingDiscovery__discoveryQueue"] { display:none; }
- /* more spacious drop-down menus; less scrolling */
- .ant-select-dropdown-menu { max-height: 1000px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement