Skip to content

Instantly share code, notes, and snippets.

@DeskWOW
Last active August 29, 2015 14:04
Show Gist options
  • Save DeskWOW/b8116592d6d037b62983 to your computer and use it in GitHub Desktop.
Save DeskWOW/b8116592d6d037b62983 to your computer and use it in GitHub Desktop.
On My Profile page of your support center, replace default 'verified' icon (http://screencast.com/t/SCw9NPXs) with a different icon (http://take.ms/tEyLb)
<script>$(function() { $(".verified img").prop("src", "http://i.imgur.com/7zvSABZ.png") });</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment