Skip to content

Instantly share code, notes, and snippets.

@kendfrey
Last active December 11, 2015 07:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kendfrey/4565435 to your computer and use it in GitHub Desktop.
Save kendfrey/4565435 to your computer and use it in GitHub Desktop.
Skeetify stars
var css = '.vote-count-container.stars span.img, .vote-count-container.stars.user-star span.img, .vote-count-container.stars.owner-star span.img, .vote-count-container.stars.owner-star.user-star .img { background-image: url("http://0.gravatar.com/avatar/6d8ebb117e8d83d74ea95fbdd0f87e13?s=16&d=identicon&r=PG"); background-position: 0px 0px; height: 16px; width: 16px; }'; var style = document.createElement('style'); style.textContent = css; document.head.appendChild(style);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment