Skip to content

Instantly share code, notes, and snippets.

@blha303
Last active August 29, 2015 14:06
Show Gist options
  • Save blha303/d866f334e8878a45ac4a to your computer and use it in GitHub Desktop.
Save blha303/d866f334e8878a45ac4a to your computer and use it in GitHub Desktop.
(bookmarklet) Cheat at http://game.ioxapp.com/color/ (for people with bad eyesight or bad screens)
javascript:(function%20()%20{prev="";var%20arr=[].slice.call(document.getElementsByTagName('span')).slice(3);for(i=0;i<arr.length;i++){if(arr[i].style){if(prev!=arr[i].style["backgroundColor"]&&prev!=""){arr[i].style["backgroundColor"]%20=%20"rgb(255,%20255,%20255)";}else{prev%20=%20arr[i].style["backgroundColor"];}}}})()

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment