Skip to content

Instantly share code, notes, and snippets.

@edvakf
Created April 28, 2011 03:56
Show Gist options
  • Select an option

  • Save edvakf/945768 to your computer and use it in GitHub Desktop.

Select an option

Save edvakf/945768 to your computer and use it in GitHub Desktop.
javascript:var div=document.createElement('div');div.style='position:fixed;left:0;top:0;height:100px;width:100px;background-color:red';document.body.appendChild(div);document.querySelector('#pnnext').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment