Blocks video autoplay on Rutube and in embed players by freezing the player's autoplay behavior.
Userscript for browsers that prevents videos on Rutube from starting automatically. Works both on regular video pages and embedded players.
video.play() method to block the first automatic play attempt.<video> element appears.autoplay to false and removes the autoplay attribute.video.play(), it rejects the promise to prevent autoplay. Any further manual play calls will work normally.