Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created June 12, 2012 20:59
Show Gist options
  • Save legumbre/2920101 to your computer and use it in GitHub Desktop.
Save legumbre/2920101 to your computer and use it in GitHub Desktop.
register_user_stylesheet(
"data:text/css," +
escape (
"@-moz-document url-prefix(http://news.ycombinator.com/) {" +
".current {" +
" -moz-animation: 2s flash;" +
" background-color: #FCEDCC;" +
"}" +
"@-moz-keyframes flash { " +
" 0% { background-color: inherit; }" +
" 20% { background-color: #FFCD7D; }" +
" 100% { background-color: #FCEDCC; }" +
"}" +
".current-comment > td.default {" +
" -moz-animation: 2s flash;" +
" background-color: #FCEDCC;" +
"}" +
"}"
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment