Skip to content

Instantly share code, notes, and snippets.

@kyktommy
Created May 17, 2015 03:25
Show Gist options
  • Save kyktommy/20cf1ff83b8769a46217 to your computer and use it in GitHub Desktop.
Save kyktommy/20cf1ff83b8769a46217 to your computer and use it in GitHub Desktop.
safari book testerrrr
javascript:(function(){if(!($=window.jQuery)){script=document.createElement("script");script.src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";script.onload=a;document.body.appendChild(script)}else{a()}function a(){var b=function(){var e="";for(var d=0;d<32;d++){e+=Math.floor(Math.random()*15).toString(15)}return e.substr(0,15)};var c=$("#registration-form");c.find("#id_first_name").val(b());c.find("#id_last_name").val(b());c.find("#id_email").val(b()+"@gmail.com");c.find("#id_username").val(b());c.find("#id_password1").val(b());c.find("#id_legal").attr("checked",true);c.submit()}})();
@kyktommy
Copy link
Author

kyktommy commented Jun 1, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment