Skip to content

Instantly share code, notes, and snippets.

@nolanamy
Created March 14, 2013 06:31
Show Gist options
  • Save nolanamy/5159280 to your computer and use it in GitHub Desktop.
Save nolanamy/5159280 to your computer and use it in GitHub Desktop.
a = function () { document.location = 'data:Application/octet-stream,' + encodeURIComponent('https://mail.google.com/mail/u/0/?ui=2&ik=e1913f44b3&view=att&th=13d665d8231c76ab&attid=0.1&disp=safe&realattid=f_he976fi52&zw'); }
b = function () { document.location = 'data:Application/octet-stream,' + encodeURIComponent('https://mail.google.com/mail/u/0/?ui=2&ik=e1913f44b3&view=att&th=13d665d8231c76ab&attid=0.2&disp=safe&realattid=f_he97711p3&zw'); }
c = function () { a(); setTimeout(b, 100); }
c();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment