XxBonf1r3xX

Make Twitch a bit better

Nov 22nd, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.35 KB | None | 0 0
  1. /;Disable pinned cheers
  2. /;Disable last broadcast banner
  3. /;Change Broadcaster, Mod and Bot badges to blue color and non-rounded
  4. /;Change player buttons to blue - when you hover your mouse over the player
  5. /;Hide scrollbar in chat
  6. /;Hide promoted games in sidebar
  7.  
  8. .ember-chat .sticky-message--pinned-cheers {
  9.     display: none ! important;
  10. }
  11.  
  12. .badges .oldmoderator {
  13.     background-color: #316AD0 ! important;
  14.     border-radius: 0px ! important;
  15. }
  16.  
  17. .badges .oldbroadcaster {
  18.     background-color: #316AD0 ! important;
  19.     border-radius: 0px ! important;
  20. }
  21.  
  22. .badges .oldbot {
  23.     background-color: #316AD0 ! important;
  24.     border-radius: 0px ! important;
  25. }
  26.  
  27. div.upsell-banner.recent-past-broadcast {
  28.     display: none ! important;
  29. }
  30.  
  31. .player-loading-spinner {
  32. border-left: .3em solid #316AD0 ! important;
  33. }
  34. .player-button:hover:enabled svg {
  35. fill: #316AD0 ! important;
  36. }
  37. .player-livestatus__online:before {
  38. background: #316AD0 ! important;
  39. }
  40. .player-video-issue__submit {
  41. background: #316AD0 ! important;
  42. }
  43. .player-slider .ui-slider-range {
  44. background: #316AD0 ! important;
  45. }
  46.  
  47. .player-button:hover .player-tip {
  48. display: inherit ! important;
  49. }
  50.  
  51. .js-directory-featured-game {
  52.     display: none ! important;
  53. }
  54.  
  55. .promotedGames {
  56.     display: none ! important;
  57. }
  58.  
  59. .tse-scrollbar .drag-handle.visible {
  60.     opacity: 0 ! important;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment