Skip to content

Instantly share code, notes, and snippets.

@closer
Created April 25, 2011 06:13
Show Gist options
  • Select an option

  • Save closer/940223 to your computer and use it in GitHub Desktop.

Select an option

Save closer/940223 to your computer and use it in GitHub Desktop.
Cross Site Scripting
window.onload=function(){
(function(els){
for(var i=0,l=els.length;i<l;i++) {
els[i].style.border="10px dashed #F00";
}
})(document.getElementsByTagName('*'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment