NO ANIMATION PLEASE

remove the animation on the yandex music main page

// ==UserScript==
// @name        NO ANIMATION PLEASE
// @namespace   Violentmonkey Scripts
// @match       https://music.yandex.ru/*
// @grant       GM.addStyle
// @version     1.0
// @author      yyko
// @description remove the animation on the yandex music main page
// @license     MIT
// ==/UserScript==
GM.addStyle(`.rup__animation {display: none;}`)