Skip to content

In the settings of Enhancer for YouTube there is an option to add custom scripts, I wrote a code that adds a speed switch from x1, x2 and back

Notifications You must be signed in to change notification settings

Amizx2/Key-for-toggling-speed-the-playback-on-YouTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Key for toggling speed the playback on YouTube

(ENG)

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.

How to use:

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.

Be sure to select "Automatically execute a custom script if YouTube is loaded in the tab":

image

Alternative Method Without Enhancer for YouTube

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).
изображение

How to customize for yourself:

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

image

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).

I will be glad to see suggestions for improvements and adding new features.

(RU)

Клавиша для переключения скорости воспроизведения на YouTube.

В настройках Enhancer for YouTube есть пункт для добавления пользовательских скриптов, я написал код, который добавляет переключение скорости с x1, x2 (или любых других значений) и обратно.

Как использовать:

Устанавливаем расширение Enhancer for YouTube, переходим в настройки, в самом низу есть пункт "Пользовательский скрипт", вставляем сюда код из файла toggle speed.

Обязательно выбираем "Автоматически выполнять пользовательский скрипт, если во вкладке загружен YouTube":

image

Альтернативный способ без Enhancer for 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') на нужный символ. Значения всех клавиш

image

Если слишком лень настраивать расширение, то можете установить мои настройки, скачиваем файл и ипортируем его (В самом низу кнопка Импорт).

Буду рад видеть предложения по улучшению и добавлению новых функций.

About

In the settings of Enhancer for YouTube there is an option to add custom scripts, I wrote a code that adds a speed switch from x1, x2 and back

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published