Skip to content

Instantly share code, notes, and snippets.

@apnerve
Created May 24, 2017 19:11
Show Gist options
  • Select an option

  • Save apnerve/1cd8076e65b6ca961d192d67f8198d2f to your computer and use it in GitHub Desktop.

Select an option

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)
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