Skip to content

Instantly share code, notes, and snippets.

@jamiees2
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiees2/0831b6d40528a413199d to your computer and use it in GitHub Desktop.
Save jamiees2/0831b6d40528a413199d to your computer and use it in GitHub Desktop.
eye-test
setInterval(function(){
window.frames[0].document.querySelectorAll(".thechosenone")[0].style.backgroundColor = 'white';
},1500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment