Skip to content

Rumble Teather Mode (Twitch.tv style) by deeznews

Screenshot of Rumble Teather Mode (Twitch.tv style)

Details

Authordeeznews

LicenseNo License

Categoryrumble

Created

Updated

Size614 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

activate rumble's teather mode to get a twitch.tv style teather mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Rumble Teather Mode (Twitch.tv style)
@version      20240423.01.06
@namespace    https://userstyles.world/user/deeznews
@description  activate rumble's teather mode to get a twitch.tv style teather mode
@author       deeznews
@license      No License
==/UserStyle== */

@-moz-document domain("rumble.com") {
.theater-mode .media-theater-container {
    height: 100vh !important;
    max-height: none !important;
    position: absolute !important;
    z-index: 9999 !important;
    left: 0 !important;
    top: 0 !important;
}

body.theater-mode {
    overflow: hidden !important;
}
}

Reviews

No reviews yet.