Skip to content

Instantly share code, notes, and snippets.

@joelrebel
Created November 26, 2013 10:37
Show Gist options
  • Save joelrebel/7656349 to your computer and use it in GitHub Desktop.
Save joelrebel/7656349 to your computer and use it in GitHub Desktop.
pname=window.location.hostname;c=document.getElementById('padtable');items=c.getElementsByTagName('a');for (i=2;i<items.length;i++){s=items[i].toString().split(/\//).pop(); url='http://' + pname +'/ep/pad/export/' + s + '/latest?format=txt';document.write('<a href='+ url +'>'+url+'</a><br/>');}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment