Skip to content

Youtube RTL by AlMunsajimAlMar

Details

AuthorAlMunsajimAlMar

LicenseNo License

Categoryyoutube.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style shifts YouTube Player from LTR display to RTL display.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Youtube RTL
@version      20240708.09.42
@namespace    https://userstyles.world/user/AlMunsajimAlMar
@description  This style shifts YouTube Player from LTR display to RTL display.
@author       AlMunsajimAlMar
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
* {
    direction: rtl !important;
    text-align: right !important;
}
    .ytp-progress-linear-live-buffer, .ytp-ad-progress, .ytp-load-progress, .ytp-play-progress, .ytp-hover-progress, .ytp-1m-progress, .ytp-15m-progress, .ytp-30m-progress, .ytp-60m-progress, .ytp-timed-markers-container, .ytp-clip-start-exclude, .ytp-clip-end-exclude {
    right: 0;
    transform-origin: right;
}

.ytp-progress-bar {
   right: 0 !important;
}

.ytp-chapters-container, .ytp-chapter-hover-container {
    z-index: 32;
    position: relative;
    right: 0 !important;
    height: 100%;
}

.ytp-clip-start, .ytp-clip-end {
    display: none;
    position: relative;
    width: 14px;
    height: 14px;
    bottom: -4.5px;
    margin-right: -7px !important;
    
}

.ytp-chapter-hover-container {
    float: right;
}

}

Reviews

No reviews yet.