mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 19:50:22 +01:00
27 lines
1.5 KiB
Plaintext
27 lines
1.5 KiB
Plaintext
[Adblock Plus 3.13]
|
|
! Title: 🎯 DailyMotion Simplicity
|
|
! Version: 16November2020v2-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.
|
|
! Homepage: https://github.com/DandelionSprout/adfilt/blob/master/Wiki/General-info.md#-english
|
|
|
|
! Removes the "Featured channels" feed below the video player
|
|
dailymotion.com##div[class^=DiscoveryQueueDisplay__sectionContainer]: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]:has(span:has-text(Trend))
|
|
dailymotion.com#?#div[class^=DiscoveryQueueDisplay__sectionContainer]:has(div[class^=GenericCard]:has-text(Trend))
|
|
dailymotion.com#?#div[class^=DiscoveryQueueDisplay__sectionContainer]:has(a[style^="background-image: linear-gradient(225deg, rgb(255, 221"])
|
|
|
|
! Makes it easier to take screencaps of the videos
|
|
dailymotion.com##.np_Darken
|
|
dailymotion.com##.np_icon--np_pause
|
|
dailymotion.com##.np_transition.np_HeaderVideoInfo
|
|
|
|
! Removes leftover ad boxes
|
|
dailymotion.com##div[class^=AdDiscovery]
|
|
dailymotion.com##div[class*=_adCell_]
|
|
|
|
! Removes the "Browse more videos" feed below the video player"
|
|
dailymotion.com#?#div[class^=DiscoveryQueueDisplay__sectionContainer_]:has-text(Browse more )
|