Skip to content

Instantly share code, notes, and snippets.

@takanakahiko
Created March 15, 2020 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takanakahiko/59a7e25147d1f39bfeba7156f32b296c to your computer and use it in GitHub Desktop.
Save takanakahiko/59a7e25147d1f39bfeba7156f32b296c to your computer and use it in GitHub Desktop.
MEMORIES FOR FUTURE をループするやつ
// これを全てコピーして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