アカウント名:
パスワード:
より多くのコメントがこの議論にあるかもしれませんが、JavaScriptが有効ではない環境を使用している場合、クラシックなコメントシステム(D1)に設定を変更する必要があります。
海軍に入るくらいなら海賊になった方がいい -- Steven Paul Jobs
ブックマークレット (スコア:4, 参考になる)
javascript:(location.protocol == 'http:')?location.href = 'http://translate.google.com/translate?hl=ja' + unescape('%26') + 'sl=en' + unescape('%26') + 'u=' + location.href:location.href = 'http://translate.google.com/translate
Sleipnir用スクリプト (スコア:2, 参考になる)
pnir = new ActiveXObject("Sleipnir.API");
id = pnir.GetDocumentID(pnir.ActiveIndex);
window = pnir.GetWindowObject(id);
if (window != null) {
window.open('http://translate.google.com/translate?hl=ja&sl=en&u='+pnir.AddressBarString());
}
window = null;
pnir = null;
Re:ブックマークレット (スコア:1)
Re:ブックマークレット (スコア:1)
と云うのがあるのですが、コレじゃマズいですかね?
あと、逆にして日本語を英語にしてしまうとか。
javascript:location.href='http://translate.google.com/translate?hl=en&sl=ja&u='+escape(document.location);
-+- 想像力を超え「創造力」をも凌駕する、それが『妄想力』!! -+-
Re:ブックマークレット (スコア:1)
javascript:url='%s';if(url=='%25s')url=location;location.href= 'http://translate.google.com/translate?u='+escape(url)+ '&langpair=en%7Cja&hl=ja&ie=UTF8';
カスタムキーワードを使うと、keyword で見ているページを翻訳、
keyword slashdot.org でslashdot.orgを翻訳。
1を聞いて0を知れ!