/youtube-productivity-extension

Boost your YouTube productivity with our extension: enjoy up to 6x playback speed and a powerful volume booster for clearer and louder audio, enabling faster content consumption.

Primary LanguageJavaScript

YouTube Productivity Extension

--> If you wanted to manually increase the Speed of any HTML Video Element:

  1. Copy its Id by Inspecting
  2. Go to the Console tab and write
  3. document.getElementById("playerId").playbackRate = 4
  4. Inside the double quotes write you Video Id
  5. Change the Speed as per your needs