Skip to content

Instantly share code, notes, and snippets.

@toctan
Created September 20, 2013 18:38
Show Gist options
  • Save toctan/6641904 to your computer and use it in GitHub Desktop.
Save toctan/6641904 to your computer and use it in GitHub Desktop.
var jq = document.createElement('script');
jq.src = "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
jQuery.noConflict();
$('.WB_feed_type.SW_fun.type_intimate.S_line2').each(function(){
$.post("https://api.weibo.com/2/statuses/destroy.json",
{ id: $(this).attr('mid'),
access_token: 'access_token' });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment