Customize the look of your player so it resembles the older youtube style (2015-2025):
Use keyboard shortcut to toggle hiding and showing Youtube Interface:
You can now use the Popup window to control all the available styles by clicking on the extension icon:
Set a custom Shortcut ("p" by default) to Hide/Show the Youtube Interface:
You can still enable css styles to customize your experience manually through editing the Style.css file.
If you are on Firefox, you can directly add it to your browser here Customize and Hide YouTube Player Interface
For Chromium based browsers (chrome, brave, etc.) you will have to manually install it from this repo:
-
Download files
-
Navigate to extensions settings in your preferred web browser
-
Load the extension:
- Enter
Developer modeby toggling the button (top right) - Press
Load unpacked(top left)
- Enter
-
Navigate to where you downloaded the repo files
-
select folder containing repo files
-
Done! refresh youtube tab and press p to see effect.
You can use this extension to add your own custom styles:
-
Navigate to where you downloaded the repo
-
Open
Styles.csswith your preferred text editor -
Uncomment the desired css code Block:
/* this is disabled */
/* ===================================================================================================================== */
/* ============================================== Remove Subtitles Button ============================================== */
/* ===================================================================================================================== */
/* (delete this entire line and the one below to activate this style)
.hypi-interface_2025 .ytp-subtitles-button {
display: none !important;
}
*/ /* (delete this entire line and the one above to activate this style) */
------------------------------------------------------------------------------------------------------------------
/* this is enabled by removing the lines above and below the code block */
/* ===================================================================================================================== */
/* ============================================== Remove Subtitles Button ============================================== */
/* ===================================================================================================================== */
.hypi-interface_2025 .ytp-subtitles-button {
display: none !important;
}- add your own custom styles to the element:
/* ===================================================================================================================== */
/* ============================================== Remove Subtitles Button ============================================== */
/* ===================================================================================================================== */
.hypi-interface_2025 .ytp-subtitles-button {
background-color: red;
}