Hiding HTML5 Video Annotations

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
chgoguy7
Posts: 4
Joined: Tue Apr 24, 2012 4:01 pm

Hiding HTML5 Video Annotations

Post by chgoguy7 »

Is there a way to use AdBlock to remove annotations from HTML5 videos? On YouTube HTML5 videos for instance, I added an element hiding rule for youtube.com##.annotation.iv but it only hides the text of the annotation, not the background color of the annotation box. Is there a good universal filter to remove all HTML5 video annotations or are there too many variations in the code of annotations to have a global filter for them?
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: Hiding HTML5 Video Annotations

Post by MonztA »

Blocking filter:

Code: Select all

||youtube.com/annotations_iv/read2?video_id=$xmlhttprequest
Hiding filters:

Code: Select all

youtube.com##.annotation-shape
youtube.com##.annotation
Locked