Skip to content

Instantly share code, notes, and snippets.

@shadyvb
Last active December 22, 2015 15:09
Show Gist options
  • Save shadyvb/6490501 to your computer and use it in GitHub Desktop.
Save shadyvb/6490501 to your computer and use it in GitHub Desktop.
Facebook photo delete, quick console command
document.getElementsByClassName('fbPhotosPhotoActionsItem')[document.getElementsByClassName('fbPhotosPhotoActionsItem').length-1].click(); setTimeout(function(){ document.getElementsByClassName('layerConfirm')[0].click() }, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment