Skip to content

Instantly share code, notes, and snippets.

@Su-Shee
Created June 25, 2014 19:28
Show Gist options
  • Save Su-Shee/89e82e22cfeb74203e9f to your computer and use it in GitHub Desktop.
Save Su-Shee/89e82e22cfeb74203e9f to your computer and use it in GitHub Desktop.
javascript:mod%20=%20document.querySelectorAll('li%20a[href^="/pod/"]');%20cpan=mod[1].href;%20enc%20=%20'https://sushee.no-ip.org/?user=WHATEVERANYTHING&marzipan='%20+%20encodeURIComponent(cpan);%20req%20=%20new%20XMLHttpRequest();%20req.open('GET',%20enc,%20true);%20req.send(null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment