/*
* @title Google 翻訳で日本語に
* @description 別タブで開く。言語は自動的に検出。
* @include http://*
* @license MIT License
* @javascript_url
*/
(function(){
window.open('https://translate.google.com/translate?sl=auto&tl=ja&u='+encodeURIComponent(location.href),'_blank','noopener=yes,noreferrer=yes');void(0);
})();