Files
adfilt/TwitchPureViewingExperience.txt
T

30 lines
2.0 KiB
Plaintext

[Adblock Plus 3.2]
! Title: 💬 Twitch: Pure Viewing Experience
! Version: 26August2019v1-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.
! In order to hide buttons and links to Amazon's account and payment services, check out "Anti-Amazon List for Twitch" (https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAmazonListForTwitch.txt).
! For more information, details, helpful tools, and other lists that I've made, visit https://github.com/DandelionSprout/adfilt/blob/master/Wiki/General-info.md#english
!#include uBO%20list%20extensions/TwitchPureViewingExperience-uBOExtension.txt
! 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#?#div[class^="tw-mg-"]:-abp-has(a[href$="/following/hosts"]) > div:nth-of-type(7)
twitch.tv#?#div[class^="tw-mg-"]:-abp-has(a[href$="/following/hosts"]) > div:nth-of-type(3)
! Aims to remove the spacing between Twitch emotes, for the sake of multi-part emotes
twitch.tv##.message > span:-abp-contains( ):not(:-abp-contains(/[a-z]/i)):not(:-abp-contains(")):not(:-abp-contains(?)):not(:-abp-contains(!))
clips.twitch.tv##span.text-fragment:not(:-abp-contains(/[a-z]/i)):not(:-abp-contains(")):not(:-abp-contains(?)):not(:-abp-contains(!))
! Desperately tries to remove the "Popular videos [from everywhere]" row and most likely failing at it.
clips.twitch.tv#?#div:nth-of-type(3):-abp-has(:scope > .tw-pd-y-2)
! Removes the overly broad sidebar on the left when not logged in, including the login prompt
twitch.tv##div[data-a-target="side-nav-bar"]:has(.side-nav__logged-out-scrollable)