Last active
November 24, 2016 07:12
-
-
Save slonoed/91c2cb041dd5bd425226 to your computer and use it in GitHub Desktop.
Remove vk.com messages
This file contains 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
setInterval(function(){[].forEach.call(document.querySelectorAll('.post_delete_button'), function(e){e.click();e.remove()}); window.scrollTo(0,document.body.scrollHeight);}, 2000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setInterval(function(){[].forEach.call(document.querySelectorAll('.post_delete_button'), function(e){e.click();e.remove()}); window.scrollTo(0,document.body.scrollHeight);}, 2000)