GitHunt
VI

Vikindor/rutube-block-autoplay

Userscript for browsers that blocks video autoplay on Rutube and embeds

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.

๐Ÿš€ Installation

  1. Install Tampermonkey (or another userscript manager).
  2. Install the script from one of the mirrors:

โš™ 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.

Languages

JavaScript100.0%

Contributors

MIT License
Created September 16, 2025
Updated February 14, 2026
Vikindor/rutube-block-autoplay | GitHunt