Created
March 15, 2020 02:28
-
-
Save takanakahiko/357540857585cb6097aaebc005defc78 to your computer and use it in GitHub Desktop.
MEMORIES FOR FUTURE をループするやつ
This file contains 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
// これを全てコピーしてjavascriptコンソールに貼り付けて実行します | |
setInterval(() => { | |
const video = document.getElementById("player-embed-videoid_html5_api"); | |
if(video.currentTime>1088) video.currentTime=954; | |
}, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment