Skip to content

Instantly share code, notes, and snippets.

@dan-silver
Created April 23, 2012 03:55
Show Gist options
  • Save dan-silver/2468758 to your computer and use it in GitHub Desktop.
Save dan-silver/2468758 to your computer and use it in GitHub Desktop.
Wikipedia Edits
console.log("Starting modifications to wikipedia!"); //writes a message to the console
$("#ca-history").css({ //Change the Background
"background" : "none"
});
$("#p-views, #ca-edit, #ca-view").css({ //Change the Background
"background" : "Black"
});
console.log("Modifications complete"); //writes a message to the console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment