1
0
mirror of https://github.com/chylex/Userscripts.git synced 2025-05-23 12:34:03 +02:00

Add YouTube Theater Fullscreen + Transparent Chat to README

This commit is contained in:
chylex 2020-01-13 15:11:42 +01:00
parent f8fcfdf456
commit a0949c7039

View File

@ -54,7 +54,7 @@ If you want to [report an issue](https://github.com/chylex/Userscripts/issues/ne
<table>
<tbody>
<tr>
<th width="110px" rowspan="3">YouTube</th>
<th width="110px" rowspan="4">YouTube</th>
<td width="325px"><a href="#activity-check-removal">Activity Check Removal</a></td>
</tr>
<tr>
@ -63,6 +63,9 @@ If you want to [report an issue](https://github.com/chylex/Userscripts/issues/ne
<tr>
<td><a href="#fix-youtube-fullscreen-text-selection">Fix YouTube Fullscreen Text Selection</a></td>
</tr>
<tr>
<td><a href="#theater-fullscreen--transparent-chat">Theater Fullscreen + Transparent Chat</a></td>
</tr>
</tbody>
</table>
@ -140,3 +143,11 @@ Prevents accidentally selecting text when double-clicking the video to toggle fu
\[ [Manually updated](https://github.com/chylex/Userscripts/raw/34937d0a1d6b53f0ef10aa8e2ff5787f905e4090/YouTube/FixFullscreenTextSelection.user.js) \]
\-
\[ [Source code](https://github.com/chylex/Userscripts/blob/master/YouTube/FixFullscreenTextSelection.user.js) \]
#### Theater Fullscreen + Transparent Chat
In theater mode, it expands video to full screen, makes chat transparent and overlays it over the video. Note that colors of images in chat will be inverted, and the player controls may behave strangely. **Requires classic YouTube layout,** you can use the third-party [Youtube - Restore Classic](https://greasyfork.org/en/scripts/34818-youtube-restore-classic) script for that.
\[ [Automatically updated](https://github.com/chylex/Userscripts/raw/master/YouTube/TheaterFullscreenTransparentChat.user.js) \]
\-
\[ [Manually updated](https://github.com/chylex/Userscripts/raw/f8fcfdf456580f65750f6cf1fd58bcd69a553949/YouTube/TheaterFullscreenTransparentChat.user.js) \]
\-
\[ [Source code](https://github.com/chylex/Userscripts/blob/master/YouTube/TheaterFullscreenTransparentChat.user.js) \]