Created
May 3, 2018 11:42
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(".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