gizmodo.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
redfishingboat
New Member
New Member
Posts: 2
Joined: Thu Jan 04, 2018 11:43 pm

gizmodo.com

Post by redfishingboat »

This should be easy, but I am not grokking how to write a simple filter for this element.

Code: Select all

<div class="instream-native-video instream-native-video--desktop instream-permalink initialized">
I don't know if it is the spaces or just the sheer length of it, but I can't figure out how to block this.

It is the "recent video from gizmodo" player that they put right in the middle of articles that bugs me

I tried these below. Not sure why they don't work. Going bonkers.. this should be so simple for me. Anyway, if there is help out there, thank you.

Code: Select all

##.instream-native-video.instream-native-video--desktop.instream-permalink.initialized
##div[class^="instream"]
##.instream + *
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

These filters should work

Code: Select all

gizmodo.com##.instream-native-video
||gizmodo.com/api/core/video/views/nativeVideo?
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
redfishingboat
New Member
New Member
Posts: 2
Joined: Thu Jan 04, 2018 11:43 pm

Post by redfishingboat »

Thank youuuu
Locked