Twitch Seeking

Keyboard shortcuts to seek more easily in Twitch VODs

这些是此脚本变更过代码的版本。 显示所有版本。

  • v0.5.3 2025-06-03

    Hack to fix not seeking to beginning correctly.
    Apparently seeking to 0 causes problems, so seek to a fraction of a second instead

  • v0.5.2 2025-06-01

    Handle over/underflow. Previously it looks like browsers would auto cap if you seeked too low/high but now I've seen some of them don't do that right so cap at 0..(1 second before end).

  • v0.5.1 2025-03-14

    Modified fadein/fadeout

    Fadein is instant.
    Before fadeout is 1,000ms.
    Fadeout is 250ms

  • v0.5.0 2025-03-14

    Added full screen support

  • v0.4.7 2025-03-14

    Increase popup timers to 1s

  • v0.4.6 2024-12-14

    Second attempt, must have messed up copy/paste for adding target-time visualization

  • v0.4.5 2024-12-14

    Seeking also shows target time (so you don't need to look at the tiny built-in timer, which sometimes is unreadable due to video contents)

  • v0.4.4 2024-12-13

    Just added comments explaining a missing feature in firefox (so anyone who sees the warning understands it)

  • v0.4.3 2024-12-13

    Fix some minor warnings found by firemonkey

  • v0.4.2 2024-12-13

    Fixed all linting errors (Thanks rram for pointing it out)
    Will use tampermonkey's editor in the future instead of violentmonkey

  • v0.4.1 2024-12-13

    This modification was modified using Chatgpt. A bunch of it is over my head w.r.t. html/javascript.
    I had to fix a bunch of bugs in it and I tweaked, but I can't be confident the code is good/didn't introduce significant issues.
    I DID go through a diff of what was generated (it added LOTS of bugs/broke lots of things/I restored stuff) so hopefully this is a strict improvement.

    There are now visual popups that fade away quickly showing:
    seek amount (when you change the seek amount)
    When you seek forwards/backwards it gives you a visual indication as well
    When you seek to a percentage it gives you a visual indication of what you asked for and where you're going.

  • v0.4.0 2024-12-13

    (Thanks to rram for the debugging)
    Added support for SPA (single-page-application) aware navigation.
    Should turn the script on and off if you navigate around on twitch (turn on when on a clip/vod, turn off when not on a clip/vod)
    NOTE: The seek size will reset every time it's enabled.

  • v0.3.5 2024-11-15

    Restored Shift for up/down cause control+up/down already does something.

  • v0.3.4 2024-11-15

    Removed "Shift" from left/right/up/down cause Twitch (or maybe firefox) acts weird for control+shift+arrows

    Kept "shift" for the numbers (0..9) because control 0 is ALREADY a firefox/chrome shortcut

  • v0.3.3 2024-08-23

    Add clips.twitch.tv

  • v0.3.2 2024-08-06

    Apparently it's SOMETIMES /video/ and SOMETIMES /videos/, supporting both now

  • v0.3.1 2024-08-05

    Fixed bug (videos vs video) typo

  • v0.3 2024-08-05

    Twitch has two url formats for VODS, now support both.
    Also add support for clip instead of just VODs (not that they're really needed since they're only a minute long but whatever).
    In the future I'll change the default seek for clips to 1s instead of 1minute since they CANNOT be more than a minute.

  • v0.2.1 2024-07-30

    Just documentation / additional info

  • v0.2 2024-07-30

    Fixed double seek backwards, removed alerts

  • v0.1 2024-07-30