Created
March 21, 2019 13:22
-
-
Save bigforcegun/71acac2d7d43a54f8d8969f9810c8d8d to your computer and use it in GitHub Desktop.
vk clear wall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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