Skip to content

Web Browser Extension that Allows you to Restore the Old Youtube Player Interface and Toggle Youtube Interface Visibility Entirely or Piece by Piece

Notifications You must be signed in to change notification settings

FlyingHairball/CustomizeYoutubePlayerInterface

Repository files navigation

Customize and Hide YouTube Player Interface (Browser Extension)

Customize the look of your player so it resembles the older youtube style (2015-2025):

Capture1


Use keyboard shortcut to toggle hiding and showing Youtube Interface:

Capture2

Usage

You can now use the Popup window to control all the available styles by clicking on the extension icon:

image


Set a custom Shortcut ("p" by default) to Hide/Show the Youtube Interface:

image


You can still enable css styles to customize your experience manually through editing the Style.css file.

Install

Youtube Tutorial

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:

  1. Download files

  2. Navigate to extensions settings in your preferred web browser

  3. Load the extension:

    1. Enter Developer mode by toggling the button (top right)
    2. Press Load unpacked (top left)
  4. Navigate to where you downloaded the repo files

  5. select folder containing repo files

  6. Done! refresh youtube tab and press p to see effect.

Manual Customization

You can use this extension to add your own custom styles:

  1. Navigate to where you downloaded the repo

  2. Open Styles.css with your preferred text editor

  3. 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;
}
  1. add your own custom styles to the element:
/* ===================================================================================================================== */
/* ============================================== Remove Subtitles Button ============================================== */
/* ===================================================================================================================== */

.hypi-interface_2025 .ytp-subtitles-button {
    background-color: red;
}

About

Web Browser Extension that Allows you to Restore the Old Youtube Player Interface and Toggle Youtube Interface Visibility Entirely or Piece by Piece

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published