Created
March 15, 2020 02:28
-
-
Save takanakahiko/59a7e25147d1f39bfeba7156f32b296c to your computer and use it in GitHub Desktop.
MEMORIES FOR FUTURE をループするやつ
This file contains hidden or 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