mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 19:10:19 +01:00
Added a fix for the "Trending" sections
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Adblock Plus 3.2]
|
||||
! Title: 🎯 DailyMotion Simplicity
|
||||
! Version: 12June2019v1-Beta
|
||||
! Version: 28April2020v1-Beta
|
||||
! Expires: 7 days
|
||||
! Description: Have you ever been watching «Pinkie Cooper and the Jet Set Pets» on DailyMotion, but you keep getting distracted by all the trend-based recommendations below the video player? This list will help focus your attention on the video instead.
|
||||
! 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
|
||||
@@ -9,8 +9,9 @@
|
||||
dailymotion.com#?#div[class^="DiscoveryQueueDisplay__sectionContainer"]:-abp-has(a[class*="channelCard"])
|
||||
|
||||
! Removes the "Trending" feed that shows up below the video player if the location is set to the United States
|
||||
dailymotion.com#?#div[class^="DiscoveryQueueDisplay__sectionContainer"]:-abp-has(span:-abp-contains(Trend))
|
||||
dailymotion.com#?#div[class^="DiscoveryQueueDisplay__sectionContainer"]:-abp-has(a[style^="background-image: linear-gradient(225deg, rgb(255, 221"])
|
||||
dailymotion.com#?#div[class^=DiscoveryQueueDisplay__sectionContainer]:-abp-has(span:-abp-contains(Trend))
|
||||
dailymotion.com#?#div[class^=DiscoveryQueueDisplay__sectionContainer]:-abp-has(div[class^=GenericCard]:-abp-contains(Trend))
|
||||
dailymotion.com#?#div[class^=DiscoveryQueueDisplay__sectionContainer]:-abp-has(a[style^="background-image: linear-gradient(225deg, rgb(255, 221"])
|
||||
|
||||
! Makes it easier to take screencaps of the videos
|
||||
dailymotion.com##.np_Darken
|
||||
|
||||
Reference in New Issue
Block a user