Created
May 24, 2017 19:11
-
-
Save apnerve/1cd8076e65b6ca961d192d67f8198d2f to your computer and use it in GitHub Desktop.
Not a verified account? No problem, this bookmarklet will add the verified icon (which is completely pointless but fun as it reminds me of Orkut days)
This file contains hidden or 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
| javascript:(function(){$('.ProfileHeaderCard-name').append('<span class="ProfileHeaderCard-badges"><a href="/help/verified" class="js-tooltip" target="_blank" title="Verified account" data-placement="right" rel="noopener"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></a></span>');$('.ProfileHeaderCard-badges').css({left: '-6px'});$('.my-tweet .FullNameGroup .UserBadges').append('<span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span>')})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment