Last active
December 11, 2015 07:19
-
-
Save kendfrey/4565435 to your computer and use it in GitHub Desktop.
Skeetify stars
This file contains 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
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