Skip to content

Instantly share code, notes, and snippets.

@pstengel
Created July 13, 2009 18:35
Show Gist options
  • Save pstengel/146359 to your computer and use it in GitHub Desktop.
Save pstengel/146359 to your computer and use it in GitHub Desktop.
javascript:var x=document.getElementsByTagName("a");for(i=0;i<x.length;i++){if(x[i].innerHTML.match(/.*\.gz$/)){var f=document.createElement("iframe");f.setAttribute("src",x[i].href);f.style.width="0px";f.style.height="0px";document.body.appendChild(f);}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment