Files
adfilt/TwitchPureViewingExperience.txt
T

42 lines
2.3 KiB
Plaintext

[Adblock Plus 2.0]
! Title: 💬 Twitch: Pure Viewing Experience
! Version: 15October2018v1-Beta
! Expires: 4 days
! Description: This list aims to remove distracting elements, and to maximise the elements inside the chat to make it easier to read.
! Note that this list does not remove in-player ads at all. There are several other lists out there that you'll need to keep frequently updated in order to accomplish that.
! Removes the "Recommended channels" section when you're logged on
twitch.tv##.recommended-channels
! Removes the "Recommended channels" section when you're not logged on
twitch.tv##.tw-full-width > .tw-mg-b-2
! Removes suggestions from the "Following" page
twitch.tv##.tw-pd-3 > div:nth-of-type(5)
! Removes the blue bar on the front page, that I presume is only used to advertise for Twitch Prime
twitch.tv##.blue-bar
! Attempts to remove the "Based on your watch log" carousel
twitch.tv##.tw-pd-y-2 > div:nth-of-type(1)
!! ↓ Below are entries that'll only work with uBlock Origin and Nano Adblocker, because they're the only adblockers that allow CSS edits. ↓
! Removes the spacing between the video player and the sidebars
twitch.tv##.tw-pd-t-2.tw-pd-x-3:style(padding-left: 2px !important; padding-right: 3px !important)
! Reduces the size of the chat header
twitch.tv##.video-chat__header:style(height: 20px !important)
twitch.tv##.tw-pd-r-1.tw-pd-l-2.tw-justify-content-between.tw-full-width:style(height: 2rem)
! Broadens the chat textbox
twitch.tv##.tw-flex-shrink-0.tw-full-width.tw-pd-b-2.tw-pd-t-1.tw-pd-x-2.video-chat__input:style(padding-left: 1px !important; padding-right: 1px !important; padding-top: 4px !important; padding-bottom: 1px !important)
twitch.tv##.tw-textarea.tw-textarea--no-resize:style(padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px; height: 5.3rem)
twitch.tv##.chat-input.tw-block:style(padding-left: 3px !important; padding-right: 3px !important; padding-bottom: 2px !important)
! Reduces the size of the "Hosting [channel]" header
twitch.tv##.tw-align-items-center.tw-flex.tw-flex-nowrap.tw-justify-content-between.tw-pd-1:style(padding-top: 0px !important; padding-bottom: 0px !important)
! Narrows the spacing between the chat comments
twitch.tv##.chat-line__message:style(padding: 2px 4px !important)