You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an idea that is a more generalized form of skip-video snippet by ABP and also related to matches-property by AG but is a different kind. Setting/overwriting a property of a certain element with vararg condition, pattern and maybe something like stay to keep monitoring changes in DOM.
E.g. For yt overwriting currentTime of video element with duration - 0.1 only while .ad-showing exists is the ABP's skip-video or fadBlock (in practice also have to set muted to true). Or if overwrite playbackRate with 16, this is Ad Speedup.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just an idea that is a more generalized form of skip-video snippet by ABP and also related to matches-property by AG but is a different kind. Setting/overwriting a property of a certain element with vararg
condition, pattern
and maybe something likestay
to keep monitoring changes in DOM.E.g. For yt overwriting
currentTime
ofvideo
element withduration - 0.1
only while.ad-showing
exists is the ABP's skip-video or fadBlock (in practice also have to setmuted
totrue
). Or if overwriteplaybackRate
with16
, this is Ad Speedup.Beta Was this translation helpful? Give feedback.
All reactions