我目前使用的是Google 翻譯網站的自製書籤列工具 但是按下翻譯時,會直接把原始網頁翻譯 請問能否實現按下翻譯時,保留原始網頁,另開新分頁翻譯 以下為Google 翻譯工具的代碼
javascript:var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com.tw/translate_t?text='+t+'&hl=zh-TW&langpair=auto|zh-TW&tbb=1&ie='+e;}else{location.href='http://translate.google.com.tw/translate?u='+escape(location.href)+'&hl=zh-TW&langpair=auto|zh-TW&tbb=1&ie='+e;};
|