Skip to content

Instantly share code, notes, and snippets.

View TIRTAGT's full-sized avatar

Matthew Tirtawidjaja TIRTAGT

View GitHub Profile
@TIRTAGT
TIRTAGT / YouTubeCountdownSync.js
Created December 31, 2023 16:52
A script to click a YouTube video play button at specific target time, useful for video-time syncing.
(function() {
/** Start of Configuration */
let Config = {
/** Set the target time, this uses your Browser Local Time which usually is the same as your system timezone */
"target_time": {
"year": 2024,
"month": 1,
"date": 1,
"hour": 0,
"minute": 0,