Skip to content

Instantly share code, notes, and snippets.

View RadoRado's full-sized avatar

Radoslav Georgiev RadoRado

View GitHub Profile
@dobakay
dobakay / youtube-replay-button.js
Last active September 4, 2016 02:10
youtube replay-song button functionality
/*
Open your favourite music video, open chrome dev tools console (f12 and after that Esc).
Copy/Paste the following code.
Enjoy Replay self-clickable button! :)
*/
var playButton = $('.html5-player-chrome').children[1];
setInterval(function() {
if(playButton.classList.contains('ytp-button-replay')) {