Skip to content

Instantly share code, notes, and snippets.

@qbit
Created November 29, 2011 03:10
Show Gist options
  • Save qbit/1403198 to your computer and use it in GitHub Desktop.
Save qbit/1403198 to your computer and use it in GitHub Desktop.
Bookmarklet to de-crazy font/bg color combos
javascript: var a=document.getElementsByTagName("*");if(a){var i=a.length;var e;do{e=a[i];if(e){void(e.style.background='#fff');void(e.style.color='#000');}}while(--i);}else{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment