Skip to content

Instantly share code, notes, and snippets.

View jejkukany's full-sized avatar
🎯
Working on projects

Daniel Young jejkukany

🎯
Working on projects
View GitHub Profile
@jejkukany
jejkukany / script.js
Created October 30, 2025 16:36
Updates URL to current Youtube timestamp
// ==UserScript==
// @name YouTube URL Timestamp Updater
// @namespace http://tampermonkey.net/
// @version 2025-10-30
// @description Updates the URL with the current video time without creating duplicates.
// @author You
// @match https://www.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// @author Daniel Young