Skip to content

markokajzer/youloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouLoop

Chrome extension to put YouTube videos on repeat.

When visiting a YouTube video, it will be next to the other controls right under the video. No additional app needed, everything is right there in the YouTube UI and fits in nicely with the other controls. A simple click will start looping the video (and restart it, if it has already ended).

I decided to implement this extension after looking into the code of some others qualified for the same task. All of them were kind of messy, needlessly large by including jQuery and other libraries, and they still supported the old and deprecated Flash Player, which even Adobe (its creators) want removed from the internet. This is unnecessary. YouLoop is implemented in Vanilla JavaScript and drops support for Flash. For a better web without Flash!