Skip to content

Instantly share code, notes, and snippets.

@minya92
Created September 28, 2016 12:45
Show Gist options
  • Save minya92/64a2d5f85b05d5c47f0438ff52c2a109 to your computer and use it in GitHub Desktop.
Save minya92/64a2d5f85b05d5c47f0438ff52c2a109 to your computer and use it in GitHub Desktop.
del facebook
var els = document.getElementsByClassName('_4xev')
for (var i in els) {
els[i].click();
setTimeout(function(){
var a = document.getElementsByClassName('_54nh')
a[a.length -1].click()
}, 0)
setTimeout(function(){
var b = document.getElementsByClassName('uiOverlayButton')
b[1].click()
}, 0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment