Skip to content

Video Hotkeys is a browser extension that enables YouTube-like hotkey experience for video websites.

Notifications You must be signed in to change notification settings

stcmz/video-hotkeys

Repository files navigation

Video Hotkeys

build workflow release workflow

Video Hotkeys is a browser extension that enables YouTube-like hotkey experience for video websites.

How to build

To build this extension, one needs to install Node.js and NPM first. Then simply run

# Restore npm packages
npm ci

# Build the TypeScript project with WebPack
npm run build

# Pack the extension and source code
npm run zip

The output will be named extension.zip, extension-v2.zip and source.zip in the project folder.

Install from Store

Extension Features

  • Enable video autoplay for Bilibili
  • Enable 0.75, 1.25, 1.75, 3.0 and 4.0 playback rates for PangziTV and DuBoKu
  • Autohide barrage (danmu) where it is available
  • Add common global hotkeys to popular video streaming websites
  • Hide the on-player logo for iQiyi, iQiyi Overseas, Youku and Tencent Video

Supported Hotkeys

  • D : Toggle barrage (danmu)
  • < : Decrease playback rate
  • > : Increase playback rate
  • F : Toggle full screen
  • T : Toggle theater mode
  • W : Toggle full web page
  • I : Toggle miniplayer
  • M : Toggle mute
  • SPACE : Toggle play/pause
  • 0..9 : Seek to position 0%-90% in the video
  • H : Rewind 20 seconds
  • J : Rewind 10 seconds
  • K : Toggle play/pause
  • L : Fast forward 10 seconds
  • ; : Fast forward 20 seconds
  • LEFT : Rewind 5 seconds
  • RIGHT : Fast forward 5 seconds
  • UP : Increase volume by 5%
  • DOWN : Decrease volume by 5%
  • [ : Previous episode
  • ] : Next episode

Supported Video Websites

About

Video Hotkeys is a browser extension that enables YouTube-like hotkey experience for video websites.

Topics

Resources

Stars

Watchers

Forks