forked from DandelionSprout/adfilt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTwitchPureViewingExperience.txt
63 lines (47 loc) · 3.89 KB
/
TwitchPureViewingExperience.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[Adblock Plus 3.4]
! Title: 💬 Twitch: Pure Viewing Experience
! Version: 26May2020v1-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
! Removes the "Recommended channels" section when you're logged on
www.twitch.tv##.recommended-channels
! Removes the "Recommended channels" section when you're not logged on
www.twitch.tv##.tw-full-width > .tw-mg-b-2
! Attempts to remove suggestions from the "Following" page
www.twitch.tv#?#div:-abp-has(> .tw-mg-b-1 > h4[data-a-target=live-channels-header]) + div
! Aims to remove the spacing between Twitch emotes, for the sake of multi-part emotes
twitch.tv##.message > span:-abp-contains( ):not(:-abp-contains(/\S/))
clips.twitch.tv##span.text-fragment:not(:-abp-contains(/\S/))
! 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(> .tw-pd-y-2)
! Removes the ungodly awful Hype Train chat banner
www.twitch.tv##.community-highlight-stack__card
! Aims to remove mass spamming of "!play" on streams of 'Marbles on Stream'
twitch.tv#?#div[class$=message]:not(.tw-inline):-abp-has(.message:-abp-contains(/^!play$/))
! ——— ↓ Not supported by ABP or AdBlock ↓ ———
! Reduces the size of the chat header
www.twitch.tv#?#.video-chat__header:style(height: 20px !important)
www.twitch.tv#?#.tw-pd-r-1.tw-pd-l-2.tw-justify-content-between.tw-full-width:style(height: 2rem)
! Broadens the chat textbox
!!!www.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)
!!!www.twitch.tv#?#.tw-textarea.tw-textarea--no-resize:style(padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px; height: 55px !important)
!!!www.twitch.tv#?#.chat-input.tw-block:style(padding-left: 3px !important; padding-right: 3px !important; padding-bottom: 2px !important)
www.twitch.tv#?#.tw-textarea:style(padding: 2px 28px 2px 2px !important)
www.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: 4px 1px 1px !important)
www.twitch.tv#?#.tw-textarea.tw-textarea--no-resize:style(padding: 1px 3px !important; height: 55px !important)
www.twitch.tv#?#.chat-input.tw-block:style(padding: 0 3px 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: 0 !important; padding-bottom: 0 !important)
! Narrows the spacing between the chat comments
twitch.tv#?#.chat-line__message:style(padding: 2px 4px !important)
twitch.tv#?#.tw-full-width.tw-pd-l-05.tw-pd-y-05.vod-message:style(padding: 2px 4px !important)
clips.twitch.tv#?#.clips-chat-replay > .tw-mg-b-1:style(margin-bottom: 2px !important)
! Narrows the spacing between the chat comments in mobile browser mode
twitch.tv#?#li.chat-message:style(padding: 2px !important)
! Maximises the size of the clip viewer pages
clips.twitch.tv#?#.clips-watch.tw-lg-pd-b-5.tw-pd-b-2.tw-sm-pd-b-3:style(max-width: none)
! Makes avatars square again without having to use FrankerFaceZ
twitch.tv#?#.tw-avatar > img.tw-border-radius-rounded:style(border-radius: unset !important)