In the settings of Enhancer for YouTube there is an item for adding custom scripts, I wrote a code that adds a speed switch from x1, x2 (or any other values) and back.
Install the Enhancer for YouTube, go to the settings, there is a "Custom script" item at the very bottom, insert the code from the file toggle speed.
Install the Resource Override extension. Open its settings, click "Add Rule," and select "Inject File." Ensure that the File Type is set to "JS" and Inject into is set to "Head."
Click on "Edit File" and paste the code from this file. Then, click "Save & Close."
In the "Tab URL" field, enter "https://www.youtube.com*" (without quotes).
If you need another speed modifier, then change the video in the line.playback Rate = video.playback Rate === 1 ? 2 : 1; to the required values. Here you can check the current value of the video speed and switch to another one.
If you need another key: Change Backslash in the line if (event.key === 'Backslash') to the desired character. The values of all keys
If you are too lazy to configure the extension, you can install my setting download the file and import it (The Import button is at the very bottom).
В настройках Enhancer for YouTube есть пункт для добавления пользовательских скриптов, я написал код, который добавляет переключение скорости с x1, x2 (или любых других значений) и обратно.
Устанавливаем расширение Enhancer for YouTube, переходим в настройки, в самом низу есть пункт "Пользовательский скрипт", вставляем сюда код из файла toggle speed.
Обязательно выбираем "Автоматически выполнять пользовательский скрипт, если во вкладке загружен YouTube":
Устанавливаем расширение Resource Override, открываем настройки, нажимаем "Add rule", выбираем "Inject File", проверьте чтобы был File Type: JS, и Inject into: Head. Нажимаем Edit File и вставляем код из файла. Далее нажимаем Save & Close в пунке "Tab URL:" прописываем " https://www.youtube.com* " без ковычек.
Если вам нужен другой модификатор скорости, то измените video.playbackRate = video.playbackRate === 1 ? 2 : 1; на желаемые значения. Здесь вы можете проверить текущее значение скорости видео и переключиться на другое, соответственно.
Если вам нужна другая клавиша: измените backslash в строке if (event.key === 'Backslash') на нужный символ. Значения всех клавиш
Если слишком лень настраивать расширение, то можете установить мои настройки, скачиваем файл и ипортируем его (В самом низу кнопка Импорт).