在官網上就有許多範例,就拿了其中一個來改就完成了。
注意!!文章底下有新方法!
const URL = "javascript:(function(){var%20s=document.getElementById('tongwenlet_tw');if(s!=null){document.body.removeChild(s);}var%20s=document.createElement('script');s.language='javascript';s.type='text/javascript';s.src='http://tongwen.openfoundry.org/src/bookmarklet/bookmarklet_tw.js';s.id='tongwenlet_tw';document.body.appendChild(s);%20})();"; const IN_NEW_TAB = false; const IN_BACKGROUND = false; if (IN_NEW_TAB) gBrowser.loadOneTab(URL, null, null, null, IN_BACKGROUND, false); else gBrowser.loadURI(URL);
const URL = "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/?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;};"; const IN_NEW_TAB = false; const IN_BACKGROUND = false; if (IN_NEW_TAB) gBrowser.loadOneTab(URL, null, null, null, IN_BACKGROUND, false); else gBrowser.loadURI(URL);
****************我是分隔線********************
後來比較了解程式語言後才發現…,根本不需要寫這麼多行,現在只要…
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
gBrowser.loadURI("請在這裡修改程式碼");
↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
沒錯就是只要一行,哈哈!之前真的是耍笨了XDD
沒有留言:
張貼留言