Created
November 26, 2013 10:37
-
-
Save joelrebel/7656349 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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