Skip to content

Instantly share code, notes, and snippets.

@yuheiy
Created March 12, 2016 03:38
Show Gist options
  • Select an option

  • Save yuheiy/34957bdd51882405edea to your computer and use it in GitHub Desktop.

Select an option

Save yuheiy/34957bdd51882405edea to your computer and use it in GitHub Desktop.
javascript:[].slice.call(document.querySelectorAll('.fbPhotoStarGridElement')).filter(function(el){return el.querySelector('.uiMediaThumb')!==null}).map(function(el){return el.dataset.fbid}).forEach(function(id,i){setTimeout(function(){location.href='https://www.facebook.com/photo/download/?fbid='+id},1000*i)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment