This file contains 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
/** | |
* Delayed Debugger Script | |
* | |
* This script sets a 2-second delay before triggering the debugger in your browser's developer tools. | |
* It is useful for debugging hover states and other JavaScript-controlled interactions that don't | |
* respond to the browser's built-in hover emulation tools. | |
* | |
* Usage: | |
* 1. Open your browser's developer tools (press F12 or Ctrl+Shift+I). | |
* 2. Navigate to the "Console" tab. |
This file contains 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
/** | |
* scriptYoutubePomodoro.js | |
* | |
* Overview: | |
* This script implements a Pomodoro timer that controls music playback on YouTube AND Youtube Music | |
* directly from the browser's console. It is designed to help manage work and break intervals | |
* by automatically playing and pausing music, along with playing distinct tones to indicate | |
* the transition between work and break periods. | |
* | |
* Features: |