// ==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 main page // @license MIT // @downloadURL none // ==/UserScript== GM.addStyle(`.rup__animation {display: none;}`)