Skip to content

Instantly share code, notes, and snippets.

@bigforcegun
Created March 21, 2019 13:22
Show Gist options
  • Select an option

  • Save bigforcegun/71acac2d7d43a54f8d8969f9810c8d8d to your computer and use it in GitHub Desktop.

Select an option

Save bigforcegun/71acac2d7d43a54f8d8969f9810c8d8d to your computer and use it in GitHub Desktop.
vk clear wall
q = document.getElementsByClassName('ui_actions_menu_item')
for (let item of q) {
let qq = item.getAttribute('onclick')
if(qq && qq.startsWith("wall.deletePost")) {
console.log(item.getAttribute('onclick'))
item.onclick()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment