Skip to content

Instantly share code, notes, and snippets.

@rlemon
Forked from kendfrey/skeet.js
Created January 18, 2013 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlemon/4565657 to your computer and use it in GitHub Desktop.
Save rlemon/4565657 to your computer and use it in GitHub Desktop.
var style = document.createElement('style'); style.textContent = '.vote-count-container.stars span.img, span.vote-count-container.sidebar-vote.owner-star.stars span.img, span.vote-count-container.sidebar-vote.user-star.stars span.img { background-image: url("http://0.gravatar.com/avatar/6d8ebb117e8d83d74ea95fbdd0f87e13?s=16&d=identicon&r=PG"); background-position: 0px 0px; height: 16px; width: 16px;} .user-star span.img { outline: 1px solid #ff0; }'; document.head.appendChild(style);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment