/*
* @title transg2twit
* @description google translate から tweet
* @include http://translate.google.co.jp/*
* @ javascript_url
*/
(function () {
v = document.getElementById('result_box').textContent+" "+location.href;
u = 'http://twitter.com/?status=' + encodeURIComponent(v);
window.open(u);
})()