Skip to content

Local Overrides Sample: Replace Playback Speed Options

bp2008 edited this page Aug 19, 2020 · 1 revision

This script will replace the set of options in the playback speed menu.

To learn more about ui3-local-overrides, see: Local Overrides Scripts and Styles

UI3-115 or newer is required in order to override playback speed options.

Simply create a javascript array of speed multipliers and assign it to the variable overridePlaybackSpeedOptions. Be sure to include 1 somewhere in your array or else normal playback speed will be unavailable. Here's an example.

ui3-local-overrides.js

overridePlaybackSpeedOptions = [0.5, 1, 2, 3];
Clone this wiki locally