Skip to content

Instantly share code, notes, and snippets.

@vitqst
Created September 26, 2017 11:09
Show Gist options
  • Save vitqst/3a3934c05d499399c7bb07568ad25d79 to your computer and use it in GitHub Desktop.
Save vitqst/3a3934c05d499399c7bb07568ad25d79 to your computer and use it in GitHub Desktop.
/**
* This code will be remove your friend from list without unfriend him/her
* <your_friend_id>
*/
setTimeout(function(){
$('li[data-id="<your_friend_id>"]').remove();
console.log('Remove Liinh From Your Friend');
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment