Google 翻訳

  • /*
     * @title Google 翻訳
     * @description Google 翻訳をGM_registerMenuCommand
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    
    GM_registerMenuCommand(
    		"Google 翻訳",
    		(function() {
    			window.location.href = "http://translate.google.co.jp/translate?hl=ja&sl=auto&tl=ja&prev=_dd&u="
    					+ escape(window.location.href);
    		}));
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/02/23 12:09:35 - 2013-02-23