Skip to content

Instantly share code, notes, and snippets.

@abi
Created February 14, 2011 06:40
Show Gist options
  • Save abi/825564 to your computer and use it in GitHub Desktop.
Save abi/825564 to your computer and use it in GitHub Desktop.
For better contrast.
javascript:var a = document.getElementsByClassName('js-slide-to'); for (var i=0; i<a.length; i++){a[i].setAttribute('style','color:blue');};var a = document.getElementsByClassName('relatize'); for (var i=0; i<a.length; i++){a[i].setAttribute('style','color:blue');};var a = document.getElementsByClassName('message'); for (var i=0; i<a.length; i++){a[i].setAttribute('style','color:blue');};var a = document.getElementsByTagName('td'); for(var i=0;i<a.length;i++){ a[i].setAttribute('style','background:black')};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment