Skip to content

LLNet/Twitter-js-tweet-delete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Twitter-js-tweet-delete

jQuery('.js-stream-item').each(function(){
  var id = jQuery(this).data('item-id');
  jQuery.post(
    'https://twitter.com/i/tweet/destroy',
    {
      '_method':'DELETE',
      'authenticity_token':jQuery('.authenticity_token').val(),
      'id':id
    }
  );
});

Will coming with better js version later. + manual to using it.

About

Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published