transg2twit
@@ -2,6 +2,7 @@
* @title transg2twit
* @description google translate から tweet
* @include http://translate.google.co.jp/*
+ * @ javascript_url
*/
(function () {
/*
* @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);
})()
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。