Skip to content

Instantly share code, notes, and snippets.

@marckohlbrugge
Created May 3, 2018 11:42
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save marckohlbrugge/49681eb6da06518312871ba4fcad1520 to your computer and use it in GitHub Desktop.
Hides all read chats so you only see unread chats. Save this as a bookmarklet with https://mrcoles.com/bookmarklet/ and run on https://web.telegram.org/#/im
$(".im_dialog_wrap .im_dialog_badge.ng-hide").each(function(index, el){$(el).parents("li.im_dialog_wrap").addClass("ng-hide");});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment