This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |