Skip to content

Instantly share code, notes, and snippets.

@edvakf
Created October 4, 2010 08:41
Show Gist options
  • Save edvakf/609394 to your computer and use it in GitHub Desktop.
Save edvakf/609394 to your computer and use it in GitHub Desktop.
javascript:with(document.querySelector('form'))alert("javascript:(function(){var f=document.createElement('form');f.action='http://atsushuu.appspot.com/tw/post';f.method='post';f.setAttribute('accept-charset','utf-8');f.innerHTML='"+user_token.outerHTML+status.outerHTML+noredirect.outerHTML.replace('>',function(){return noredirect.checked?' checked>':'>'})+"';var c=prompt('これで投稿しますか?',document.title+' '+document.URL);if(f.status.value=c)f.submit();})()");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment