Next: Watch any YouTube Video as a Series of Still Images (only with Chrome)

Watch any YouTube Video as a Series of Still Images (only with Chrome)

  1. Put the following link in you preference 
  2. YouTube Frames





  3. Open a video from youtube
  4. press the YouTube Frames and see the slides page:

     
    The source code of the script is the following:
     <a
    href="javascript:(function(){a=yt.playerConfig.args.storyboard_spec;if(!a){alert(%22Sorry we had trouble creating a storyboard for this YouTube video. Please try another one%22);exit();}b=a.split(%22|%22);base=b[0].split(%22$%22)[0]+%222/M%22;c=b[3].split(%22%23%22);sigh=c[c.length-1];var imgs=%22%22;t=yt.playerConfig.args.length_seconds;n=(t < 60*20)%3F5:t/(60*4);for(i=0;i<n;i++){imgs+=%22<img src='%22 + base + i + %22.jpg%3Fsigh=%22 + sigh + %22'><br/>%22;}var title=yt.playerConfig.args.title;msg=%22%3Cbody%20style='background-color:#000;color:#fff;margin:30px%20auto;width:800px;text-align:center'%3E%3Ch2%3ETITLE%3C/h2%3E%3Cdiv%3EIMAGES%3C/div%3E%3Cbr/%3E%3Cem%3E%3Ca%20href='http://www.maxsoftprojects.com'%20style='text-decoration:none;color:#fff;font-style:bold'%3EGenerated%20using%20the%20YouTube%20Frames%20bookmarklet.%3C/a%3E%3C/em%3E%3C/body%3E%22;msg=msg.replace(%22TITLE%22,title);msg=msg.replace(%22IMAGES%22,imgs);var maxsoftprojects=window.open();maxsoftprojects.document.open();maxsoftprojects.document.write(msg);maxsoftprojects.document.close();})();" class=bookmarklet onclick='javascript:alert("Drag this link to your bookmarks toolbar");return false;'>YouTube Frames</a>