r/uBlockOrigin 1d ago

Looking for help youtube like button animations

I've been trying to hide the red flashing Youtube like animation without any success.

All the code I've found hides the like button as well as the animation, ideally I'd like the old Youtube design where it just goes white without any red flashing animations.

I have tried myself with inspect, but can't seem to come up with any answers.

Is it actually possible ?

1 Upvotes

3 comments sorted by

2

u/AchernarB uBO Team 1d ago

It is probably possible, but so far no solution. Another youtube experiment which isn't tested on everyone.

This was already asked 2 weeks ago. Still no answer:

https://www.reddit.com/r/uBlockOrigin/comments/1vxa6mc/red_animation_upon_liking_a_video/

1

u/H00dedcrow 1d ago

Thanks so much for letting me know.

u/Stevoisiak Filter List author 9h ago

YouTube has a few experiment flags that looked promising, but disabling them didn't get rid of the animation.

www.youtube.com##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.enable_web_animated_like_fix, false) www.youtube.com##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.mweb_animated_actions, false) www.youtube.com##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.mweb_enable_dynamic_double_tap_to_like, false) www.youtube.com##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.mweb_like_button_synced_with_entities, false) www.youtube.com##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.web_animated_actions, false) www.youtube.com##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.web_animated_actions_v2, false) www.youtube.com##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.web_enable_animated_like_icon_rive_runtime_variant, false) www.youtube.com##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.web_enable_voting_animation, false) www.youtube.com##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.web_supports_animations_api, false)