Skip to content

Instantly share code, notes, and snippets.

@amacfie
Created May 19, 2014 17:58
Show Gist options
  • Save amacfie/a168293b5080a15a3ca5 to your computer and use it in GitHub Desktop.
Save amacfie/a168293b5080a15a3ca5 to your computer and use it in GitHub Desktop.
(function(){
//YouTube:
if(document.getElementById("channel-body")){
document.getElementById("channel-body").style.cssText = "background-image: none";
};
//http://algo.inria.fr/flajolet/Publications/index.html:
document.body.background = "";
//Twitter:
document.body.style.cssText = "background-image: none";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment