Is there a greasemonkey script that can sign transactions?

That seems rather useful for bitcoin, especially when it comes to multisig. It could greatly simplify it, making multisignature transactions way user friendly and it would work just fine with NoScript installed. I am sure that such a tool would become an instant hit with the Dark Net Marketplaces.

All the user would need to do is enter their BIP32 passphrase, and let the script make the transaction which would then be entered into the proper location on the site.

Greasemonkey installs easily on iceweasel, and can run the the JS script with noscript installed, so it wouldn't pose any security issues from what I understand. :)


Comments


[2 Points] IDBitch:

If someone can point me in the right direction of what the fuck signing your transaction is. I know JS. I might be able to do something. I am familiar with basic BTC API.


[-1 Points] throwahooawayyfoe:

it wouldn't pose any security issues from what I understand

except for the fact that you're giving another entity your passphrase. all they'd need to do is put a string of code in there to log keystrokes entered into the script and then send that back to base. and then... all you coins are belong to them.