Skip to content

Instantly share code, notes, and snippets.

@fedorn
Created September 2, 2013 12:59
Show Gist options
  • Select an option

  • Save fedorn/6412597 to your computer and use it in GitHub Desktop.

Select an option

Save fedorn/6412597 to your computer and use it in GitHub Desktop.
Increase space on http://share.weiyun.com/
var i = 0; setInterval(function() { jQuery('.ui-btn')[1].click(); console.log(++i + '\t' + i*2.5 + 'GB'); setTimeout(function() {jQuery('.ui-btn-cancel').click()}, 15000)}, 70000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment