Skip to content

Instantly share code, notes, and snippets.

@prashantbaid
prashantbaid / userscript.js
Created March 9, 2024 08:48
Forward and rewind video playback on OTT platforms like Jiocinema with keyboard arrow keys
// ==UserScript==
// @name Video Fast Forward/Rewind with Arrow Keys
// @version 1
// @description Use right and left arrow keys to fast forward or rewind HTML video
// @author pb
// @grant none
// @match https://www.jiocinema.com/*
// @match https://www.sonyliv.com/*
// @namespace
// @license MIT