Rutube - Block Autoplay

Blocks video autoplay on Rutube and in embed players by freezing the player's autoplay behavior.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tekijä
Vikindor
Päivittäiset asennukset
0
Asennuskerrat
13
Arvostelut
0 0 0
Versio
1.0
Luotu
5.8.2025
Päivitetty
16.10.2025
Size
1,65 kt
Lisenssi
MIT
Käytössä

Rutube - Block Autoplay

Userscript for browsers that prevents videos on Rutube from starting automatically. Works both on regular video pages and embedded players.

✨ Features

  • Stops autoplay on Rutube video pages.
  • Stops autoplay in embedded Rutube players.
  • Overrides the native video.play() method to block the first automatic play attempt.

⚙ How it works

  • The script waits until a <video> element appears.
  • It forces autoplay to false and removes the autoplay attribute.
  • On the first call to video.play(), it rejects the promise to prevent autoplay. Any further manual play calls will work normally.