Custom filter on class attribute

Everything about using Adblock Plus on Google Chrome
Post Reply
DerAdler82
Posts: 1
Joined: Mon Dec 07, 2020 10:06 pm

Custom filter on class attribute

Post by DerAdler82 »

Hello guys,
I would like to ask if is there a way to intercept and block (with a custom filter) a value into a class attribute, like as example below:

ORIGINAL
<div data-player="" class="player player--ui-mouse player--ui-ready player--feature-visibility player--state-video-played player--feature-intersection player--intercepted player--intersection-100 player--feature-playback player--feature-zoomable player--state-screen-inline player--feature-seekable player--feature-time player--feature-duration player--feature-duration-finite player--feature-audio player--state-muted player--volume-high player--time-before-last-10 player--state-paused player--size-small player--ratio-horizontal player--visibility-visible" tabindex="0" role="application" aria-label="Player Video" data-player--setup="crm1xx" id="player:crmxx" style="font-size: 3.24px;">

FILTERED
<div data-player="" class="player player--ui-mouse player--ui-ready player--feature-visibility player--state-video-played player--feature-intersection player--intersection-100 player--feature-playback player--feature-zoomable player--state-screen-inline player--feature-seekable player--feature-time player--feature-duration player--feature-duration-finite player--feature-audio player--state-muted player--volume-high player--time-before-last-10 player--state-paused player--size-small player--ratio-horizontal player--visibility-visible" tabindex="0" role="application" aria-label="Player Video" data-player--setup="crm1xx" id="player:crmxx" style="font-size: 3.24px;">

Thanks for your help!
Post Reply