Skip to content

Instantly share code, notes, and snippets.

Created October 1, 2010 17:58
Show Gist options
  • Save anonymous/606586 to your computer and use it in GitHub Desktop.
Save anonymous/606586 to your computer and use it in GitHub Desktop.
var s = document.createElement('link');
s.rel='stylesheet';
s.type='text/css';
s.href="http://stevenf.com/pages/shutup/shutup-latest.css";
document.body.appendChild(s);
void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment