Skip to content

Instantly share code, notes, and snippets.

@jory
Created January 29, 2014 18:24
Show Gist options
  • Save jory/8693887 to your computer and use it in GitHub Desktop.
Save jory/8693887 to your computer and use it in GitHub Desktop.
Meatmarks!
javascript:(function(){ var s = document.createElement('style'); s.textContent = "li img { -webkit-mask: url('http://supercu.be/meat.svg') 50% 50% no-repeat }"; document.body.appendChild(s); })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment