mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 18:40:23 +01:00
Time to truly acknowledge ":has" and ":has-text" in ABP 3.13
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[Adblock Plus 3.6]
|
||||
[Adblock Plus 3.13]
|
||||
! Title: 💬 Twitch: Pure Viewing Experience
|
||||
! Version: 02May2021v1-Beta
|
||||
! Expires: 5 days
|
||||
@@ -10,29 +10,29 @@
|
||||
! Removes the "Recommended channels" section when you're logged on
|
||||
www.twitch.tv##.recommended-channels
|
||||
www.twitch.tv##.tw-flex-grow-1 > div:nth-of-type(1) > .side-nav-section:nth-of-type(2)
|
||||
www.twitch.tv#?#.side-nav-section:-abp-has(path[d="M12.002 3.999a2 2 0 012 2v2L18 6v8l-3.998-2v2a2 2 0 01-2 1.999h-8a2 2 0 01-2-2V6a2 2 0 012-2h8zM12 6H4v8h8V6z"])
|
||||
www.twitch.tv#?#.side-nav-section:has(path[d="M12.002 3.999a2 2 0 012 2v2L18 6v8l-3.998-2v2a2 2 0 01-2 1.999h-8a2 2 0 01-2-2V6a2 2 0 012-2h8zM12 6H4v8h8V6z"])
|
||||
|
||||
! 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
|
||||
www.twitch.tv#?#div: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(/^ $/)
|
||||
clips.twitch.tv#?#span.text-fragment:not(:-abp-contains(/\S/))
|
||||
twitch.tv#?#.message > span:has-text(/^ $/)
|
||||
clips.twitch.tv#?#span.text-fragment:not(:has-text(/\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)
|
||||
clips.twitch.tv#?#div:nth-of-type(3):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$/))
|
||||
twitch.tv#?#div[class$=message]:not(.tw-inline):has(.message:has-text(/^!play$/))
|
||||
|
||||
! Aims to remove that one RPG-loot-game embed window that is on some Twitch channels
|
||||
twitch.tv#?#.channel-panels-container div[style^=position]:-abp-has(a[href^="/ext/ro13roxp88918kulntih9uzm7vs9jr"])
|
||||
twitch.tv#?#.channel-panels-container div[style^=position]:has(a[href^="/ext/ro13roxp88918kulntih9uzm7vs9jr"])
|
||||
|
||||
! Removed a seemingly blank community message floaty on top of chat
|
||||
www.twitch.tv##.community-highlight-stack__backlog-card
|
||||
|
||||
Reference in New Issue
Block a user