Skip to content

Instantly share code, notes, and snippets.

View ngothanhthien's full-sized avatar
🔥
Working from home

ngothanhthien

🔥
Working from home
View GitHub Profile
@ngothanhthien
ngothanhthien / youtube-loop.js
Created October 3, 2023 03:46
Tamper monkey youtube looper
// ==UserScript==
// @name YouTube Video Looper with UI
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Loop a YouTube video from X to Y seconds with UI
// @author You
// @match https://www.youtube.com/watch?v=*
// @grant none
// ==/UserScript==