Skip to content

Instantly share code, notes, and snippets.

@beautyfree
Created January 4, 2014 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beautyfree/8256032 to your computer and use it in GitHub Desktop.
Save beautyfree/8256032 to your computer and use it in GitHub Desktop.
Чистим стену вконтакте. Удалить стену вк. jquery/firefox + greasemonkey
function d() {
jQuery('.post_table:visible .post_delete_button').each( function(i,v) {
v.click();
});
scroll(0, document.body.scrollHeight);
};
setInterval(d, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment