Skip to content

Instantly share code, notes, and snippets.

@sooqua
Created May 13, 2017 15:54
Show Gist options
  • Save sooqua/4814155ae622190945095f80a7e9655e to your computer and use it in GitHub Desktop.
Save sooqua/4814155ae622190945095f80a7e9655e to your computer and use it in GitHub Desktop.
This script turns your twitch.tv progress bar into something that looks similar to a heatmap, where warmer colors (e.g. red) indicate more comments and cooler (blue, black) indicate less comments. Thus, you can easily find the most interesting moments in Videos (VODs).
// ==UserScript==
// @name TwitchVODEnhancer
// @author sooqua
// @namespace https://github.com/sooqua/
// @downloadURL https://github.com/sooqua/TwitchVODEnhancer/raw/master/TwitchVODEnhancer.user.js
// @version 0.1
// @match *://*.twitch.tv/*
// @run-at document-start
// @grant GM_addStyle
// ==/UserScript==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment