Updated 0.3

This commit is contained in:
Remy Sharp 2012-08-10 14:29:46 +01:00
parent 7b36f95b09
commit 460efeaafc
3 changed files with 0 additions and 11 deletions

Binary file not shown.

View File

@ -1,4 +0,0 @@
<form action="http://jsbin.dev/" method="post">
<input type="hidden" name="" value="">
</form>
<script src="post.js"></script>

View File

@ -1,7 +0,0 @@
chrome.extension.onMessage.addListener(function(code) {
alert(JSON.stringify(code));
var input = document.getElementsByTagName('input')[0];
input.name = code.language;
input.value = encodeURIComponent(code.code);
input.form.submit();
});