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: #222; }
- /* 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; }
- /* White top bar? No, thanks. Reverting back to dark header (before January 2023). */
- .ResponsiveHeader__header___2Qy1u { filter:invert(1); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement