Skip to content

August Youtube Player Fullscreen Button Fix by rafail20083

Imported and mirrored from a private source

Screenshot of August Youtube Player Fullscreen Button Fix

Details

Authorrafail20083

LicenseNONE

Categoryyoutube

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Shifts the bottom bar to the absolute right, so moving your mouse to the bottom right and clicking will exit fullscreen. Also adds a background to the buttons on hover.

Notes

I can't make it take up the entire bottom because that messes up the progress bar.

Source code

/* ==UserStyle==
@name         August Youtube Player Fullscreen Button Fix
@namespace    USO Archive
@author       Lavender Moon
@description  Shifts the bottom bar to the absolute right, so moving your mouse to the bottom right and clicking will exit fullscreen. Also adds a background to the buttons on hover.
@version      20150804.01.02
@license      NONE
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("youtube.com") {
.ytp-chrome-bottom
{
left:initial!important;
right: 0px!important;
}

.ytp-button, .ytp-chrome-controls, .ytp-button:hover, .ytp-chrome-controls:hover, .ytp-volume-panel
{
-webkit-transition: none!important;
transition: none!important;
}

.ytp-button:hover
{
background-color:#757575!important;
}

.ytp-volume-panel
{
width:53px!important;
padding:0px 5px!important;
}

.ytp-big-mode .ytp-volume-panel
{
width:80px!important;
}

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

}

Reviews

No reviews yet.