Skip to content

Instantly share code, notes, and snippets.

@kopiro
Last active October 11, 2015 00:08
Show Gist options
  • Save kopiro/3772242 to your computer and use it in GitHub Desktop.
Save kopiro/3772242 to your computer and use it in GitHub Desktop.
Block Typing/Read message Facebook notify
AsyncRequest.prototype.sendOriginal = AsyncRequest.prototype.send;
AsyncRequest.prototype.send = function(ka){
if ( this.uri.path.match('typ|read_status|mark_seen')) return;
this.sendOriginal(ka);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment