Overview This user script is designed to fix an issue in YouTube Music where certain playback controls—specifically the rewind and fast-forward buttons—may become hidden. It works by periodically scanning the page and restoring the visibility of these buttons when necessary. Purpose In some cases, YouTube Music’s interface may hide key controls such as: The rewind (10 seconds back) button The fast-forward (30 seconds ahead) button When these controls are not visible, it can disrupt normal playback navigation. This script ensures that those buttons remain accessible, improving overall usability. How to Use 1. Set Up a User Script Manager To run this script, you need a browser extension that supports user scripts. A commonly used option is: Tampermonkey (available for Chrome, Edge, Firefox, and others) 2. Install the Script Open the Tampermonkey dashboard Create a new script Paste the provided code into the editor and save it 3.…