Skip to content

Instantly share code, notes, and snippets.

View Levitifox's full-sized avatar

Levitifox Levitifox

View GitHub Profile
@Levitifox
Levitifox / youtube-timestamp-reload.user.js
Last active February 20, 2026 17:33
Adds a menu item to YouTube player's context menu to reload same tab with current timestamp at fixed position.
// ==UserScript==
// @name YouTube Jump to Timestamp (Reload)
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Adds a menu item to YouTube player's context menu to reload same tab with current timestamp.
// @author Levitifox
// @match *://*.youtube.com/*
// @grant none
// @run-at document-idle
// @updateURL https://gist.github.com/Levitifox/37ec82782116e68b3f0f50c004e72619/raw/youtube-timestamp-reload.user.js