Google 翻訳で日本語に
by
mino90
2021-07-06 [2021/07/06 17:57:06]
別タブで開く。言語は自動的に検出。
@@ -7,5 +7,5 @@
*/
(function(){
-window.open('https://translate.google.com/translate?sl=auto&tl=ja&u='+location.href,'_blank','noopener=yes,noreferrer=yes');void(0);
+window.open('https://translate.google.com/translate?sl=auto&tl=ja&u='+encodeURIComponent(location.href),'_blank','noopener=yes,noreferrer=yes');void(0);
})();
/*
* @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);
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。