Skip to content

Instantly share code, notes, and snippets.

@justinobney
Last active December 27, 2015 10:39
Show Gist options
  • Save justinobney/7313342 to your computer and use it in GitHub Desktop.
Save justinobney/7313342 to your computer and use it in GitHub Desktop.
Redraw the UI styles
function repaint(){
document.body.removeChild(document.body.appendChild(document.createElement('style')));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment