Skip to content

Commit

Permalink
Youtube Theater 1.0.4 release
Browse files Browse the repository at this point in the history
## v1.0.4 ... (26 JULY 18)

### Fixes:
`+` Fixed Real Theater Mode broken by youtube update
  • Loading branch information
JourneyOver committed Jul 27, 2018
1 parent 3fe7c64 commit 675777f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# YouTube Theater Changelog

## v1.0.4 ... (26 JULY 18)

### Fixes:
`+` Fixed Real Theater Mode broken by youtube update

## v1.0.3 ... (23 JULY 18)

### Additions:
Expand Down
2 changes: 1 addition & 1 deletion build/template.user.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions optionals.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
/*:::::::::::::::::::::::::::::::::::::::::::::::: Max Video Player Width 138006 ::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::: Real Theater Mode 138006 ::::::::::::::::::::::::::::::::::::::::::::::::*/

/*::: Max Video Player Width :::*/
/*::: Full height player :::*/
ytd-app[is-watch-page] ytd-watch[theater] #player {
ytd-app[is-watch-page] ytd-watch[theater] #player,
ytd-app[is-watch-page] ytd-watch-flexy[theater] #player-theater-container {
min-height: 100vh !important;
max-height: 100vh !important;
}

/*::: Hide top bar :::*/
ytd-app[is-watch-page] #masthead-container {
opacity: 0;
opacity: 0 !important;
transition: opacity .2s ease-in-out;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-theater",
"version": "1.0.3",
"version": "1.0.4",
"description": "Expands videos to fill all free space inside browser window.",
"devDependencies": {
"css": "^2.2.3",
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
/* || || */
/* ||* Created : 09 / 11 / 2017 || */
/* || || */
/* ||* Updated : 07 / 23 / 2018 || */
/* ||* Updated : 07 / 26 / 2018 || */
/* || || */
/* ||* Version : 1.0.3 || */
/* ||* Version : 1.0.4 || */
/* || || */
/* ||* Copyright : 2017-2018 || */
/* || || */
Expand Down
8 changes: 4 additions & 4 deletions style.user.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name YouTube Theater
@version 1.0.3
@version 1.0.4
@namespace https://github.com/StylusThemes
@description Expands videos to fill all free space inside browser window.
@author StylusThemes <https://github.com/StylusThemes>
Expand All @@ -11,7 +11,7 @@
@advanced dropdown VMaxWidth "Real Theater Mode?" {
VMaxWidthY "Yes" <<<EOT
ytd-app[is-watch-page] ytd-watch[theater] #player{min-height:100vh !important;max-height:100vh !important}ytd-app[is-watch-page] #masthead-container{opacity:0;transition:opacity 0.2s ease-in-out}ytd-app[is-watch-page] #masthead-container:hover{opacity:1;transition-delay:0s}ytd-app[is-watch-page] #page-manager{margin-top:0}ytd-app[is-watch-page] #extra-buttons{display:none !important}ytd-app[is-watch-page] #toast:not(.paper-toast-open){pointer-events:none} EOT;
ytd-app[is-watch-page] ytd-watch-flexy[theater] #player-theater-container,ytd-app[is-watch-page] ytd-watch[theater] #player{min-height:100vh !important;max-height:100vh !important}ytd-app[is-watch-page] #masthead-container{opacity:0 !important;transition:opacity 0.2s ease-in-out}ytd-app[is-watch-page] #masthead-container:hover{opacity:1;transition-delay:0s}ytd-app[is-watch-page] #page-manager{margin-top:0}ytd-app[is-watch-page] #extra-buttons{display:none !important}ytd-app[is-watch-page] #toast:not(.paper-toast-open){pointer-events:none} EOT;
VMaxWidthN "No" <<<EOT
EOT;
}
Expand Down Expand Up @@ -47,9 +47,9 @@ ytd-watch[theater] .ytd-watch #player-container.ytd-watch{position:relative !imp
/* || || */
/* ||* Created : 09 / 11 / 2017 || */
/* || || */
/* ||* Updated : 07 / 23 / 2018 || */
/* ||* Updated : 07 / 26 / 2018 || */
/* || || */
/* ||* Version : 1.0.3 || */
/* ||* Version : 1.0.4 || */
/* || || */
/* ||* Copyright : 2017-2018 || */
/* || || */
Expand Down

0 comments on commit 675777f

Please sign in to comment.