Created
October 8, 2025 19:56
-
-
Save Chsbrgr/daaa327fb9352b18dde395c5c4ba7b94 to your computer and use it in GitHub Desktop.
Adds a CSS tag to set the height of the video player to 90% of the current browser window height
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Larger Crunchyroll Player | |
| // @version 2025-10-08 | |
| // @description Adds a CSS tag to set the height of the video player to 90% of the current browser window height | |
| // @author chsbrg | |
| // @match https://*.crunchyroll.com/* | |
| // @grant GM_addStyle | |
| // ==/UserScript== | |
| GM_addStyle('.video-player-wrapper {height: 90vh;}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment